Home > Electronics Tutorials > C Language Tutorial > math.h - Exponential, Logarithmic and Power Functions - idexp

C Language Programming Library Reference Guide

math.h - Exponential, Logarithmic and Power Functions - idexp

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.
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......