EXP (power of e)

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

EXP (power of e)

Previous pageReturn to chapter overviewNext page

Syntax:

EXP(Number)

Description:

This returns e raised to the power of Number.

The constant e (2.71828...) is the base of the natural logarithm (LN).

Example:

EXP(5) returns 148.4132

EXP(LN(0.1234)) returns 0.1234

Note:

The inverse function is LN (natural logarithm).

See also:

LN, LOG, LOG10, POWER