EXP (power of e)

<< Click to Display Table of Contents >>

EXP (power of e)

Syntax:

EXP(Number)

Description:

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

Annotation:

The inverse function is LN.

See also:

LN, LOG, LOG10, POWER