CARG(3M) Mathematical Library Functions CARG(3M)

carg, cargf, cargl - complex argument functions

c99 [ flag... ] file... -lm [ library... ]
#include <complex.h>
double carg(double complex z);

float cargf(float complex z);

long double cargl(long double complex z);

These functions compute the argument (also called phase angle) of z, with a branch cut along the negative real axis.

These functions return the value of the argument in the interval [ −pi, +pi ].

No errors are defined.

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Standard
MT-Level MT-Safe

complex.h(3HEAD), cimag(3M), conj(3M), cproj(3M), attributes(7), standards(7)

July 12, 2006 SunOS 5.11