Pow
- Last UpdatedJul 18, 2023
- 1 minute read
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
Example
Variable=Pow(5,3);
! Sets Variable to 125.
Calculates x to the power of y.
Pow(X, Y)
X:
The base number.
Y:
The exponent.
X to the power of Y.
Variable=Pow(5,3);
! Sets Variable to 125.