Computes the complex conjugate of a complex number.
#include <math.h>
double complex conj(double complex x);
float complex conjl(float complex x);
long double complex conjl(long double complex x);
x
A complex value.
This facility may not be available on configurations of the EWL that run on platforms that do not have floating-point math capabilities.