EXP

Description

This function returns e raised to the power of number. The constant e equals 2.71828182845904, the base of the natural logarithm.

 

Syntax

EXP (number)

 

Remarks

 

Example

=EXP (1)

-Approximate value of e (returns "2.72").

=EXP (2)

-Base of the natural logarithm e raised to the power of (returns "7.39").

=EXP (-1)

-Approximate value of e (returns "0.37").

=EXP ("range")

-Exponential value of the number in that range.