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