|
NAMEscalbln , scalblnf ,
scalblnl , scalbn ,
scalbnf , scalbnl —
adjust exponent
LIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h>
double
float
long double
double
float
long double
DESCRIPTIONThese routines return x∗(2**n) computed by exponent manipulation.SEE ALSOieee(3), math(3)STANDARDSThese routines conform to ISO/IEC 9899:1999 (“ISO C99”), and they implement the Scalb function recommended by IEEE Std 754-1985.HISTORYThescalbn () and scalbnf ()
functions appeared in 4.3BSD and
FreeBSD 2.0, respectively. The
scalbln () and scalblnf ()
functions first appeared in FreeBSD 5.3, and
scalblnl () and scalbln () in
FreeBSD 6.0.
Visit the GSP FreeBSD Man Page Interface. |