The EXP function returns the number e raised to the power given as an argument.
Syntax
EXP(
number
)
Parameters
- number: Power to raise the number e.
Returned value
The EXP function returns a real number.
Additional Information
The number e is approximated by the value 2.71828182845904. To calculate powers of other numbers, use the POWER function or the ^ operator.
Examples
Related functions
Category
Mathematical and trigonometric