Pwr function
Description
Calculates the value of an expression raised to the specified power.
Syntax
value = Pwr(expression, power)
Returns
The value of the expression raised to the specified power.
See Also
Example
* After this example, X=9 X=Pwr(3,2)