This function determines whether the first argument is less than or greater than the second argument.
int islessgreater(real-floating x, real-floating y); (C99)
Returns the result of '(x) > (y) || (x) < (y)'.
This function determines whether the first argument is less than or greater than the second argument.