g77.info: Conjg Intrinsic

Go forward to Cos Intrinsic
Go backward to Complex Intrinsic
Go up to Table of Intrinsic Functions
Go to the top op g77

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