PWR (Power - Exponentiation on a Variable)

The PWR function performs an exponentiation (raise to the power) on a variable and returns a value of type Float.

Syntax

PWR (X, Y)

Remarks

The PWR function applies the exponent Y to the base X (). This function can be used in an expression or as the source for a variable (for example, Result = PWR(X,Y).