POWER

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.

  1. Weisstein, Eric W. "Power." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/Power.html