Copyright Digital Equipment Corp. All rights reserved.

conj

   Returns the complex conjugate of its argument.

   This function is supported on OpenVMS Integrity servers and
   Alpha only.

   Format

     #include  <complex.h>

     double complex conj  (double complex z);

     float complex conjf  (float complex z);

     long double complex conjl  (long double complex z);
 


Additional information available:

Argument        Description     Return_Values