Everything

islessgreater [V1.09 or later]


This function determines whether the first argument is less than or greater than the second argument.

[Classification]

Mathematical library

[Syntax]

#include <math.h>

int islessgreater(real-floating x, real-floating y); (C99)

[Return value]

Returns the result of '(x) > (y) || (x) < (y)'.

[Description]

This function determines whether the first argument is less than or greater than the second argument.