SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » pow()
Location: math.h
math.h
pow()
IMPORT_C double pow(double, double);
Calculate numeric power. Returns arg1 raised to the power of arg2
double
- Base value.
- Exponent value.
arg1 raised to the power of arg2.
Copyright ©2008 Symbian Software Ltd.