The facility determines the lesser of two numbers.
Compatibility:This facility is compatible with the following targets:
|
BeOS
|
EMB/RTOS
|
|
#include <math.h>
int isless(x, y)Parameters:
Parameters for this facility are:
Unlike x<y isless does not raise an invalid exception when x and y are unordered.
This facility is true if x is less than y.