conj()

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);    
Parameter

x

A complex value.

Remarks

This facility may not be available on configurations of the EWL that run on platforms that do not have floating-point math capabilities.