/sys$common/syshlp/helplib.hlb CC, Run-time functions, ldexp *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Returns its first argument multiplied by 2 raised to the power of its second argument. Syntax: #include <math.h> double ldexp(double x, int e);
|