宏 | islessgreater(x,y) |
---|
函式 | bool islessgreater (float x , float y);bool islessgreater (double x , double y);bool islessgreater (long double x, long double y); |
---|
false
,但不會引發 FE_INVALID 異常(注意,在這種情況下,表示式 x<y||x>y
可能會引發此類異常)。int
值的宏。 x 和 y 的型別都應為 float
、double
或 long double
。(x)<(y)||(x)>(y)
相同true
(1
)。false
(0
)。
|
|
log(10.0) is not zero |