Returns the exponential function, e to the power of a number.
EXP ( numeric-expression )
numeric-expression The exponent.
The following statement returns the value 3269017.3724721107:
SELECT EXP( 15 ) FROM iq_dummy
SQL92 Vendor extension
Sybase Compatible with Adaptive Server Enterprise