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.372472109.
SELECT EXP( 15 ) FROM iq_dummy
SQL/92 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.