Calculates the value of an expression raised to the specified power.
value = Pwr(expression, power)
The value of the expression raised to the specified power.
EXP() function, LN() function, SQRT() function
* After this example, X=9 X=Pwr(3,2)