The pow Statement
The pow statement lets you calculate the value of x raised to the y power and store the result in the output (first) argument. The syntax of the pow statement is shown below.
pow result, x, y// store the x^y in result