Exp(number)

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

See also Log and Log10.

number

Exponent applied to the base e.

Usage

To calculate powers of other bases, use ^ (the exponentiation operator). Exp is the inverse of Log, the natural logarithm of number.