EXP
Returns e raised to the power of a given number.
Math & TrigonometryMath Basics
What it does
Calculates the exponent of e (approx. 2.718).
Syntax
EXP(number)
Arguments
number(number) β The exponent applied to base e.
Examples
Calculate e^x
Calculate e^2.
FORMULA
=EXP(2)
RESULT
7.389
SAMPLE DATA
| A | |
|---|---|
| 1 | Exponent |
| 2 | 2 |