Pow
Calculates x to the power of y.
Syntax
Pow(X, Y)
X:
The base number.
Y:
The exponent.
Return Value
X to the power of Y.
Related Functions
Exp
Example
Variable=Pow(5,3); ! Sets Variable to 125.
See Also
Math/Trigonometry Functions