Reverses the sign of the imaginary part of a complex number and calculates the complex conjugate.
[Format]
#include <complex.h>
float complex conjf(float complex z);
double complex conj(double complex z);
long double complex conjl(long double complex z);
[Parameters]
z Complex number for which the complex conjugate is to be computed
[Return values]
Complex conjugate of z