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