EXP
Returns the FLOAT value of the constant e raised to the power of a specified number.
Syntax
EXP(<val>)
Parameter | Description |
---|---|
<val> | Valid values include column names, functions that return a column with numeric values, and constant numeric values. |
Example
SELECT
EXP(2);
Returns: 7.389056098924109