7.3.9.3 The conj functions
Synopsis
#include <complex.h>
double complex conj(double complex z);
float complex conjf(float complex z);
long double complex conjl(long double complex z);
Description
The conj functions compute the complex conjugate of z, by reversing the sign of its imaginary part.
Returns
The conj functions return the complex conjugate value.