EXP

The EXP function returns e raised to the power of a given number.

Syntax

exp(value)

Arguments

value – The exponent applied to the base e. This is a required argument.

Example

exp(COLUMN1)

Returns the value of e to the power of COLUMN1

Excel equivalent

EXP

Last updated