ReferenceFunctionsMath Functions
EXP
EXP: Returns Euler's number `e` raised to the given power.
Summary
EXP is the inverse of LN for positive-domain values.
Remarks
- Computes
e^xusing floating-point math. - Very large positive inputs may overflow to infinity.
- Input errors are propagated.
Examples
Compute e to the first power
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
2.718281828459045
Invert LN
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
5
Related functions
FAQ
Can EXP overflow?
Yes. Very large positive inputs can overflow floating-point range.
Runtime metadata
Category
Math
Signature
EXP(arg1: Number)Arity
min 1, max 1
Arguments
arg1Number · Scalar · coercion NumberLenientText
Caps
PURE
Source