Number.Exp

Syntax

Number.Exp(number as nullable number) as nullable number

About

Returns the result of raising e to the power of number (exponential function).

  • number: A number for which the exponential function is to be calculated. If number is null, Number.Exp returns null.

Example 1

Raise e to the power of 3.

Usage

Number.Exp(3)

Output

20.085536923187668