EXP
Calculates the value of e raised to a specified power to support exponential and scientific computations.
Last updated
Was this helpful?
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.
EXP(value)value – The exponent applied to the base e (Required).
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.

Last updated
Was this helpful?
Was this helpful?