isgreaterequal [V1.09 or later]
|
This function determines whether the first argument is greater than or equal to the second argument.
[Classification]
Mathematical library
[Syntax]
#include <math.h>
int isgreaterequal(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 or equal to the second argument.