You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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