POWER (power)

Navigation:  Formulas and functions > Functions from A to Z >

POWER (power)

Previous pageReturn to chapter overviewNext page

Syntax:

POWER(x, y)

Description:

This returns x raised to the power of y.

x is the base.

y is the exponent.

Note:

The ^ operator does exactly the same:

POWER(x, y) is equivalent to x^y.

Example:

POWER(2, 4) is equivalent to 2^4, which equals 16

See also:

LOG, LN, EXP, SERIESSUM, SQRT, ROOTN, Operators in formulas section