TRUECALC
Functions

EXP

e raised to a power

Try it

When to use it

When should I use EXP?

Use EXP to raise the mathematical constant e to a given power; commonly used in growth, decay, and probability models.

Used in

science

Syntax

EXP(number)

Examples

=EXP(2) // => 7.38905609893065
=EXP(0) // => 1
=EXP(1) // => 2.718281828459045

On this page