Exp

Syntax

Exp(Expression)

Description

The constant e raised to the power of Expression. The constant e equals 2.71828182845904, the base of the natural logarithm. EXP is the inverse of LN, the natural logarithm of number.

Examples

Exp(1) = 2.718282 (the approximate value of e)
Exp(2) = 7.389056
Exp(Ln(3)) = 3

Tip

To calculate the powers of other bases, use the exponentiation operator (^).