The facility determines if two numbers are unequal.
Compatibility:This facility is compatible with the following targets:
|
BeOS
|
EMB/RTOS
|
|
int isgreaterless(x, y)Parameters:
Parameters for this facility are:
Unlike x>y || x<y isgreaterless does not raise an invalid exception when x and y are unordered.
This facility returns true if x is greater than or less than y.