|
NAMEldexp , ldexpf ,
ldexpl —
multiply floating-point number by integral power of 2
LIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h>
double
float
long double
DESCRIPTIONTheldexp (), ldexpf (), and
ldexpl () functions multiply a floating-point number by
an integral power of 2.
RETURN VALUESThese functions return the value of x times 2 raised to the power exp.SEE ALSOfrexp(3), math(3), modf(3)STANDARDSTheldexp (), ldexpf (), and
ldexpl () functions conform to ISO/IEC
9899:1999 (“ISO C99”).
Visit the GSP FreeBSD Man Page Interface. |