EXP

Calculates the value of e raised to a specified power to support exponential and scientific computations.

The EXP function returns the value of the mathematical constant e raised to the power of given number. It is commonly used in exponential growth calculations, financial modeling, scientific computations, and scenarios involving continuous compounding or natural logarithms.

Syntax

EXP(value)

Arguments

value – The exponent applied to the base e (Required).

Example

EXP(COLUMN1)

In the example below, the EXPONENT measure is created using the EXP function, which returns the e raised to the power of values in MEASURE 2.

Applying EXP function

Excel equivalent

EXP

Last updated

Was this helpful?