Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the EXP function. |
Examples
Euler's number
=EXP(1)
Continuous compounding
=1000*EXP(0.05*10)
Inverse of LN
=EXP(LN(50))
Common Errors
Non-numeric input returns #VALUE!. The argument must be a number.
Very large arguments (e.g., EXP(710)) overflow the number format and return #NUM!.
Tips
Future value = Principal × EXP(rate × time). This is the limit of compound interest as compounding frequency approaches infinity.
Radioactive decay: remaining = initial × EXP(-decay_constant × time). Set remaining = initial/2 and solve for time to get the half-life.
The normal distribution bell curve uses EXP(-x²/2). Many statistical functions are built on EXP internally.
Try EXP in Viztab
Import your data and use EXP with 370+ other formulas. No signup required.
Open Viztab