Query: logb
OS: opendarwin
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LOGB(3) BSD Library Functions Manual LOGB(3)NAMElogb -- return exponent as a floating-point numberSYNOPSIS#include <math.h> double logb(double x); float logbf(float x);DESCRIPTIONThe logb() and logbf() functions return the exponent of x, represented as a floating-point number.SPECIAL VALUESlogb(+-0) returns -infinity and raises the "divide-by-zero" floating-point exception. logb(+-infinity) returns +infinity.SEE ALSOilogb(3)STANDARDSThe logb() and logbf() functions conform to ISO/IEC 9899:1999(E).BSDJuly 24, 2003 BSD
Related Man Pages |
---|
logbl(3) - linux |
logb(3) - debian |
ilogb(3) - freebsd |
logbl(3) - suse |
logbf(3) - suse |