Currently At: Programming Reference > C Reference > Standard C Math > ldexp()

ldexp()


Syntax:
#include <math.h>
double ldexp( double num, int exp );


Description:
The ldexp() function returns num * (2 ^ exp). And get this: if an overflow occurs, HUGE_VAL is returned.

Related Topics:
frexp(), modf()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions