MyWebUniversity.com Home Page
 



Darwin Mac OS X man pages main menu
LOGB(3)                  BSD Library Functions Manual                  LOGB(3)

NAME
     logb -- return exponent as a floating-point number

SYNOPSIS
     ##include <>

     double
     logb(double x);

     long double
     logbl(long double x);

     float
     logbf(float x);

DESCRIPTION
     The logb() 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() functions conform to ISO/IEC 9899:1999(E).

BSD                              July 24, 2003                             BSD
Darwin Mac OS X man pages main menu

Contact us      |       About us      |       Term of use      |       Copyright © 2000-2010 MyWebUniversity.com ™