carg
Calculate the argument
Interface
#include <complex.h>
double | carg (double complex z) |
float | cargf (float complex z) |
long double | cargl (long double complex z) |
Description
A complex number can be described by two real coordinates, either:- using rectangular coordinates, such that
, where x = creal(z) and y = cimag(z).
- or using polar coordinates:
Last Modified: 18 Dec 11 @ 13:02 Page Rendered: 2022-03-14 01:52:10