![]() |
PIP 5.5.3
Platform-Independent Primitives
|
Complex numbers. More...
Functions | |
| complexd | round (const complexd &c) |
| Round, floor, and ceil functions for complex numbers. | |
| complexd | floor (const complexd &c) |
| Floor a complex number. | |
| complexd | ceil (const complexd &c) |
| Ceil a complex number. | |
| template<typename T , typename std::enable_if< std::is_floating_point< T >::value, int >::type = 0> | |
| bool | PIMathFloatNullCompare (const T v) |
| floating point number specific comparison between value passed as parameter and zero More... | |
Complex numbers.
|
inline |
floating point number specific comparison between value passed as parameter and zero
floating point number specific comparison between parameter value and zero.
| v | floating point parameter for comparison |
| v | complex with floating point real and imag parts |