| CONJ(3) | Library Functions Manual | CONJ(3) |
conj, conjf,
conjl — compute the complex
conjugate
Math Library (libm, -lm)
#include <complex.h>
double complex
conj(double
complex z);
float complex
conjf(float
complex z);
long double complex
conjl(long
double complex z);
The
conj(),
conjf()
and
conjl()
functions reverse the sign of the imaginary part of z,
producing the complex conjugate.
The conj(),
conjf() and conjl()
functions return the complex conjugate of the complex number
z.
The conj(),
conjf() and conjl()
functions conform to ISO/IEC 9899:1999
(“ISO C99”).
| June 7, 2025 | Debian |