宏 | isunordered(x,y) |
---|
函数 | bool isunordered (float x , float y);bool isunordered (double x , double y);bool isunordered (long double x, long double y); |
---|
true
。在任何情况下,此函数都不会引发 FE_INVALID 异常。int
值的宏。 x 和 y 的类型都应为 float
、double
或 long double
。true
(1
)。false
(0
)。
|
|
sqrt(-1.0) and 0.0 cannot be ordered |