EXP (Exponential)

The EXP function returns e (the base of natural logarithms) raised to a power.

Syntax

EXP ( number )

Remarks

If the value of the Number argument exceeds 709.782712893, an overflow error occurs. The constant e is approximately 2.718282.

The EXP function complements the action of the LOG function and is sometimes referred to as the antilogarithm.