Formualizer Docs
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^x using floating-point math.
  • Very large positive inputs may overflow to infinity.
  • Input errors are propagated.

Examples

Compute e to the first power
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
2.718281828459045
Invert LN
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
5

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

arg1

Number · Scalar · coercion NumberLenientText

Caps

PURE

Source

On this page