cargf, carg, cargl
From cppreference.com
| Defined in header <complex.h>
|
||
| (since C99) | ||
| (since C99) | ||
| (since C99) | ||
Computes the argument (also called phase angle) of z, with a branch cut along the negative real axis.
[edit] Parameters
| z | - | complex argument |
[edit] Return value
The argument of z in the interval (−π; π).
[edit] Example
| This section is incomplete Reason: no example |