For the complete documentation index, see llms.txt. This page is also available as Markdown.

EXP

The EXP function returns the value of the mathematical constant e raised to the power of a specified 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.

Return value

Returns the value of e raised to the specified power.

Example

EXP(Plan_Variance %)

In this example, the EXP function is used to create the Projected Growth Factor measure, which returns the exponential growth factor based on the Plan_Variance % values.

Excel equivalent

EXP

Last updated

Was this helpful?