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

EXP() functionLN() functionSQRT() function

Example

* After this example
X=9 X=Pwr(3,2)
  • No labels