carg()

Computes the phase angle.

  #include <math.h>
  
  double carg(double complex x);
  
  float cargf(float complex x);
  
  long double cargl(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.