EXP

Returns the natural anti-logarithm of a value.

Syntax

EXP(Value)

Value is a number.

Examples

This example returns 1:

EXP(0)

This example returns 2.71828182845905:

EXP(1)