VMS Help
CRTL, carg
*Conan The Librarian
|
Returns the phase angle of its complex argument.
This function is supported on OpenVMS Integrity servers and
Alpha only.
Format
#include <complex.h>
double carg (double complex z);
float cargf (float complex z);
long double cargl (long double complex z);
z
A complex value.
The carg functions compute the argument (also called phase angle)
of z, with a branch cut along the negative real axis.
n The value of the argument of z, in the
interval [-π, +π].