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