Returns one number raised to the power of another number.
Syntax:
POWER(a:number, b:number)
Returns the number a
raised to the power[1] of b
(as per using the exponentiation operator: a ^ b
).
Revisions:
This function was added in 2.00.