EXP
See also A-Z Spreadsheet Function List
Description Returns e raised to the specified power. The constant e is 2.71828182845904 (the base of the natural logarithm).
Syntax EXP(number)
number is any number as the exponent.
Examples EXP(2.5) returns 12.18
EXP(3) returns 20.09