Query: ilogb
OS: opendarwin
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ILOGB(3) BSD Library Functions Manual ILOGB(3)NAMEilogb -- return exponent as an integer valueSYNOPSIS#include <math.h> int ilogb(double x); int ilogbf(float x);DESCRIPTIONThe ilogb() and ilogbf() functions return the exponent of x as a signed integer value.SPECIAL VALUESilogb(+-0) returns - INT_MAX. ilogb(+-infinity) returns INT_MAX. ilogb(x) returns INT_MAX if x is a NaN. A range error may occur if x is 0.SEE ALSOmath(3)STANDARDSThe ilogb() and ilogbf() functions conform to ISO/IEC 9899:1999(E).BSDJuly 22, 2003 BSD
Related Man Pages |
---|
ilogbl(3) - linux |
logb(3) - freebsd |
ilogbf(3) - netbsd |
ilogbl(3) - freebsd |
logbf(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Perl:: mass replacement of converting C code formats to tgmath.h |