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 Fireworkz 2.00.

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