HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11 535
CONJG(Z)
Description
Conjugate of a complex number.
Class
Elemental function.
Argument
Z must be of type complex.
Result type/
type parameters
Same as Z.
Result value
If Z has the value (
x
,
y
), the result has the value (
x
, -
y
).
Specific forms
DCONJG.
COS(X)
Description
Cosine function in radians.
Class
Elemental function.
Argument
X must be of type real or complex.
Result type/
type parameters
Same as X.