Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: math.h

pow()

IMPORT_C double pow(double, double);

Description

Calculate numeric power. Returns arg1 raised to the power of arg2

Parameters

double

- Base value.

double

- Exponent value.

Return value

double

arg1 raised to the power of arg2.