Chapter Contents

Previous

Next
islessequal

islessequal



Floating-point less than or equal to comparison

Portability: C99


SYNOPSIS
DESCRIPTION
RETURN VALUE
RELATED FUNCTIONS
SEE ALSO


SYNOPSIS

   #include <math.h>

   int islessequal(floating x, floating y);


DESCRIPTION

islessequal returns whether its first argument, x, is less 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 less than or equal to y, and zero otherwise.


RELATED FUNCTIONS

isgreater, isgreaterequal, isless, 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.