EXP Function

The EXP function calculates the exponent of an expression.

Syntax

EXP(expression,power)

Example 1

EXP(2,6)

Calculates 2 to the power of 6 and returns a value of 64 to the cell.

Example 2

EXP(C2+C3,6)

Returns a value of cell C2 plus cell C3 to the power of 6.

Related Topics