EXP


Description Returns e raised to the specified power. The constant e is 2.71828182845904 (the base of the natural logarithm).

Syntax EXP ( number )
Argument Description
number Any number.

Examples This function returns 12.18:

EXP(2.5)

This function returns 20.09:

EXP(3)

See Also LINEST, LOG