EXP function
From Apache OpenOffice Wiki
< Documentation | How Tos
Trigonometric
Hyperbolic
Rounding and remainders
Logarithm/Powers
Bessel functions
Miscellaneous
EXP
Returns the mathematical constant e raised to the power of a number.
Syntax:
EXP(number)
- returns enumber.
Example:
EXP(1)
- returns 2.71828182845904, the mathematical constant e to Calc's accuracy.
See Also