EXP function

EXP returns e raised to the power of a number. The constant e has a value of approximately 2.71828182845904.

Syntax

EXP (number)

number is the power to which e is to be raised.

Example

=EXP(1) returns 2.71828182845904, the mathematical constant e, to the accuracy of the spreadsheet application.