Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <math.h> int ilogb(double x); | |
Description | These functions return the exponent part of x. In form, for all xs not equal to zero, the return value is the integral, signed part of logr |x|, where r is the base of the floating-point arithmetic of the processor (in BS2000, r = 16). The | |
Return val. | Exponent part of x | |
if successful. | ||
| if x = 0.0. | |
See also |
|