Names specified here
Name Description Notes Source Availability
conj() Compute the complex conjugate M (·) <tgmath.h> C99 C11
conj() Compute the complex conjugate ? (·) <complex.h> C99 C11
conjf() Compute the complex conjugate ? (·) <complex.h> C99 C11
conjl() Compute the complex conjugate ? (·) <complex.h> C99 C11

The conjugate of a complex number x+iy has the same real component but a negated imaginary component, xiy.

The following C functions are available to compute conjugates:

#include <complex.h>
float complex conjf(float complex x);
double complex conj(double complex x);
long double complex conjl(long double complex x);
#include <tgmath.h>
complex-type conj(complex-type x);

CHaR
Sitemap Supported
Site format updated 2024-06-05T22:37:07.391+0000
Data updated 1970-01-01T00:00:00.000+0000
Page updated 2022-06-17T21:43:05.000+0000