Node:Conjg Intrinsic, Next:Cos Intrinsic, Previous:Complex Intrinsic, Up:Table of Intrinsic Functions
Conjg(Z)
Conjg: COMPLEX
function, the KIND=
value of the type being that of argument Z.
Z: COMPLEX
; scalar; INTENT(IN).
Intrinsic groups: (standard FORTRAN 77).
Description:
Returns the complex conjugate:
COMPLEX(REALPART(Z), -IMAGPART(Z))