C Programming/complex.h/conj

Prototypes edit

double complex conj(double complex z);
float complex conjf(float complex z);
long double complex conjl(long double complex z);

Description edit

These functions compute and return the complex conjugate value.