CONJ(3M) Mathematical Library Functions CONJ(3M)

conj, conjf, conjl - complex conjugate functions

c99 [ flag... ] file... -lm [ library... ]
#include <complex.h>
double complex conj(double complex z);

float complex conjf(float complex z);

long double complex conjl(long double complex z);

These functions compute the complex conjugate of z, by reversing the sign of its imaginary part.

These functions return the complex conjugate value.

No errors are defined.

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Standard
MT-Level MT-Safe

complex.h(3HEAD), carg(3M), cimag(3M), cproj(3M), creal(3M), attributes(7), standards(7)

July 12, 2006 SunOS 5.11