islessequal
islessequal
Defined in header <math.h> | ||
---|---|---|
#define islessequal(x, y) /* implementation defined */ | (since C99) |
Determines if the floating point number x
is less than or equal to the floating-point number y
, without setting floating-point exceptions.
Parameters
x | - | floating point value |
y | - | floating point value |
Return value
Nonzero integral value if x <= y
, 0
otherwise.