Exponentiation operator

Raises a number to the power of an exponent. Uses the caret (^) operator.

result = number ^ exponent

Item Description
result Any numeric variable
number Any numeric expression
exponent Any numeric expression