2.7.3.3 ldexp
Declaration:
double ldexp(double
x, int
exponent);
Returns x multiplied by 2 raised to the power of exponent.
x*2^exponent
Range:
There is no range limit on the argument or return value.
Declaration:
double ldexp(double
x, int
exponent);
Returns x multiplied by 2 raised to the power of exponent.
x*2^exponent
Range:
There is no range limit on the argument or return value.