Products
Sitemap
Online Calculators
Circuits (A-C)
Circuits (D-O)
Circuits (P-Z)
Tutorials
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.
double ldexp(double x, int exponent); Returns x multiplied by 2 raised to the power of exponent. x*2^exponent
double ldexp(double
, int
);
Returns x multiplied by 2 raised to the power of exponent. x*2^exponent
There is no range limit on the argument or return value.
<<< Back to C Language Library Reference Guide
<<< Back to Electronics Tutorials