The facility test for less than or equal to comparison.
Compatibility:This facility is compatible with the following targets:
|
BeOS
|
EMB/RTOS
|
|
#include <math.h>
int islessequal(x, y)Parameters:
Parameters for this facility are:
Unlike x<y || x==y islessequal does not raise an invalid exception when x and y are unordered.
This facility is true if x is less than or equal to y.