scalbl

Name

scalbl -- load exponent of radix-independent floating point number

Synopsis

#include <math.h>

long double scalbl(long double x, double exp);

Description

The scalbl() function is identical to scalb(), except that the argument x and the return value is of type long double.

Returns

See scalb().