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.