Comparison macro Functions:
x, y - floating point values
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
x, y - floating point values
isgreater(C99) | int isgreater(real-floating x, real-floating y); |
isgreaterequal(C99) | int isgreaterequal(real-floating x, real-floating y); |
isless(C99) | int isless(real-floating x, real-floating y); |
islessequal(C99) | int islessequal(real-floating x, real-floating y); |
islessgreater(C99) | int islessgreater(real-floating x, real-floating y); |
isunordered(C99) | int isunordered(real-floating x, real-floating y); |
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
No comments:
Post a Comment