power
WMPRO, WMMINI FW >= 1.0 WMMEGA FW >= 2.0
Return base raised to the power of exp
Description
number
power (
number
$base,
number
$exp
)
Parameters
$base: The base to use
$exp: The exponent
Return Values
Number: Base raised to the power of exp
See Also
sqr() - Return the square of a number
sqrt() - Return the square root of a number
ln() - Return the natural logarithm of a number
log10() - Return the base 10 logarithm of a number