EXP function

The EXP numeric function returns the exponential value of a given number.

Syntax

Read syntax diagramSkip visual syntax diagram EXP (NumericExpression)

The EXP function returns the exponential of the value specified by NumericExpression. The parameter can be any built-in numeric data type. The result is FLOAT unless the parameter is NULL, in which case the result is NULL.