EXP function (ODBC compatible)
Syntax
EXP ( expression )
Description
The scalar function EXP returns the exponential value of expression (e raised to the power of expression).
Example
SELECT EXP(1) FROM SYSCALCTABLE;
2.718282
--------
2.718281828459046
1 record selected
Notes