Description of formula:
Returns e raised to the power of specified number. The constant e equals 2.71828182845904.
Returns e raised to the power of specified number. The constant e equals 2.71828182845904.
Syntax:
exp(number)
exp(number)
Parameters:
number
(type: Number) The exponent applied to the base e
Returned type:
Number
Examples:
=exp(2)
=exp(A1)
=exp(2)
=exp(A1)
0 Comments