7.3.9.3 The conj functions

Synopsis

1

#include <complex.h>
double complex conj(double complex z);
float complex conjf(float complex z);
long double complex conjl(long double complex z);

Description

2

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

Returns

3

The conj functions return the complex conjugate value.