Icon EXP

Returns the exponential value of a number.

Syntax
EXP(<NumericExpression>)

<NumericExpression> =

Type of:

SMALLINT
INTEGER|INT
BIGINT
FLOAT
DECIMAL|NUMERIC

Returns
FLOAT

Usage
The EXP function returns the exponential value of a number, which is E raised to the power of X, where E is the base of the natural logarithms.

SQL 2003 Standard Deviations
This function deviates from the SQL 2003 standard in the following ways:

DeviationDetails
None
Image