Go to the first, previous, next, last section, table of contents.
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))
Go to the first, previous, next, last section, table of contents.