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