Exp

This function determines e (the base of natural logarithms) raised to a power.

Syntax

Exp(number)

Parameters

number
Any valid numeric expression.

Return Values

Returns e (the base of natural logarithms) raised to a power.

Remarks

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

Exp complements the action of Log and sometimes is referred to as the antilogarithm.