Complex.h: Difference between revisions

Content deleted Content added
simplify table by not listing -f (float) and -l (long double) forms; add links
Function declarations: explain cproj
Line 41:
|<code>double complex cpow(double complex, double complex);</code> || Complex [[exponentiation|power]]
|-
|<code>double complex cproj(double complex);</code> || Complex projection{{clarifymeref label|cproj|A|A}}
|-
|<code>double {{spaces|7}} creal(double complex);</code> || [[Real part]] of complex number
Line 56:
|-
|}
 
:{{note label|cproj|A|A}} cproj(''z'') projects the complex number ''z'' onto the [[Riemann sphere]]; the result is ''z'' itself, except complex infinities are mapped to positive infinity on the real axis. [http://www.opengroup.org/onlinepubs/009695399/functions/cproj.html]
 
==External links==