宏 | 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 |