scalbf

Name

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

Synopsis

#include <math.h>

float scalbf(float x, double exp);

Description

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

Returns

See scalb().