Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <math.h> C11 | |
Description | x must be an expression of type The macro returns a constant for classifying of x. | |
Return val. |
| x has the value 0 |
| x is an unnormalized floating-point number != 0 (the leading heh-digit of x is 0) | |
| x is a normalized floating-point number != 0 | |
| the value of x is | |
| the value of x is | |
Notes | In this implementation only the values | |
See also |
|