Main index | Section 3 | Options |
#include <complex.h>
Argument | Return value | Comment |
-0 + I*0 | -∞ + I*π | Divide-by-zero exception |
raised | ||
+0 + I*0 | -∞ + I*0 | Divide by zero exception |
raised | ||
x + I*∞ | +∞ + I*π/2 | For finite x |
x + I*NaN | NaN + I*NaN | Optionally raises invalid |
floating-point exception | ||
for finite x | ||
-∞ + I*y | +∞ + I*π | For finite positive-signed y |
+∞ + I*y | +∞ + I*0 | For finite positive-signed y |
-∞ + I*∞ | +∞ + I*3π/4 | |
+∞ + I*∞ | +∞ + I*π/4 | |
±∞ + I*NaN | +∞ + I*NaN | |
NaN + I*y | NaN + I*NaN | Optionally raises invalid |
floating-point exception | ||
for finite y | ||
NaN + I*∞ | +∞ + I*NaN | |
NaN + I*NaN | NaN + I*NaN |
CLOG (3) | June 6, 2018 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Like a classics radio station whose play list spans decades, Unix simultaneously exhibits its mixed and dated heritage. There's Clash-era graphics interfaces; Beatles-era two-letter command names; and systems programs (for example, ps) whose terse and obscure output was designed for slow teletypes; Bing Crosby-era command editing (# and @ are still the default line editing commands), and Scott Joplin-era core dumps. | ” |
— The Unix Haters' handbook |