isgreater [V1.09 or later]
|
This function determines whether the first argument is greater than the second argument.
[Classification]
Mathematical library
[Syntax]
#include <math.h>
int isgreater(real-floating x, real-floating y); (C99)
[Return value]
Returns the result of '(x) > (y)'.
[Description]
This function determines whether the first argument is greater than the second argument.