Next: , Previous: Complex Intrinsic, Up: Table of Intrinsic Functions


8.11.9.45 Conjg Intrinsic

     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))