cprojf, cproj, cprojl
From cppreference.com
Defined in header <complex.h>
|
||
(since C99) | ||
(since C99) | ||
(since C99) | ||
Computes the projection of z
on the Riemann sphere.
This section is incomplete |
[edit] Parameters
z | - | complex argument |
[edit] Return value
The projection of z
on the Riemann sphere.
[edit] Example
This section is incomplete Reason: no example |