Function: exp

Syntax

exp (<num>)

Type

numeric

Returns

The exponential function of a number, i.e. e raised to a power.

Parameters

Examples

The following returns the value of e ** 5.

numeric e5 = exp(5)

See Also

Functions:

log (numeric)