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