Category:

Mathematical

Returns the natural exponential of a number.

Syntax

exp(
  x Numeric
): Numeric

Parameters

x is a source number.

Return value

Type: Numeric.

Examples of using

exp(15.2)