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



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