Exp(Value)
Value. The power, to which e should be raised.
NOTE. To determine the parameter, specify either the number or the address of the cell where it is located.
It returns the result of raising the number e to the specified power.
The number e is equal to 2.71828182845904 and is not a base of the natural logarithm.
| Formula | Result | Description |
| =Exp(3) | 20,0855 | The number e raised to the third power. |
| =Exp(B6) | 0,1353 | The number e raised to the power specified in the B6 cell. The B6 cell contains the -2 number. |
See also:
Function Wizard │ Mathematical Functions │ Ln │ Log │ Log10