Chapter Contents

Previous

Next
isgreaterequal

isgreaterequal



Floating-point greater than or equal to comparison

Portability: C99


SYNOPSIS
DESCRIPTION
RETURN VALUE
RELATED FUNCTIONS
SEE ALSO


SYNOPSIS

   #include <math.h>

   int isgreaterequal(floating x, floating y);


DESCRIPTION

isgreaterequal returns whether its first argument, x, is greater than or equal to its second argument, y. No floating point exception is raised if an argument is a NaN.


RETURN VALUE

1 if x is greater than or equal to y, and zero otherwise.


RELATED FUNCTIONS

isgreater, isless, islessequal, islessgreater, isunordered


SEE ALSO

"Mathematical Functions" in Chapter 2, "Function Categories"


Chapter Contents

Previous

Next

Top of Page

Copyright © 2004 by SAS Institute Inc., Cary, NC, USA. All rights reserved.