The function EXP returns the exponential value for the numeric expression. This is like the power function with a base e.
Examples:
SELECT EXP(0), {fn exp(1.0)}
Returns: 1, 2.7182818284590455
see also: SQL Numeric Functions POWER LOG LOG10
Mirror Site