logb(3) opendarwin man page | unix.com

Man Page: logb

Operating Environment: opendarwin

Section: 3

LOGB(3) 						   BSD Library Functions Manual 						   LOGB(3)

NAME
logb -- return exponent as a floating-point number
SYNOPSIS
#include <math.h> double logb(double x); float logbf(float x);
DESCRIPTION
The logb() and logbf() functions return the exponent of x, represented as a floating-point number.
SPECIAL VALUES
logb(+-0) returns -infinity and raises the "divide-by-zero" floating-point exception. logb(+-infinity) returns +infinity.
SEE ALSO
ilogb(3)
STANDARDS
The logb() and logbf() functions conform to ISO/IEC 9899:1999(E).
BSD
July 24, 2003 BSD
Related Man Pages
logbf(3) - linux
logb(3) - freebsd
logb(3) - suse
ilogbf(3) - freebsd
ilogbl(3) - freebsd
Similar Topics in the Unix Linux Community
ELOG Electronic Web Logbook 2.7.1 (Default branch)
ELOG Electronic Web Logbook 2.7.2 (Default branch)
ELOG Electronic Web Logbook 2.7.3 (Default branch)
Logback 0.9.9 (Default branch)
CVSChangelogBuilder 2.4 (Default branch)