Table of Contents

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

EXP() function, LN() function, SQRT() function

Example

* After this example, X=9

X=Pwr(3,2)