ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the exponential function, e to the power of a number.
EXP ( numeric-expression )
numeric-expression The exponent.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
The statement returns the value 3269017.372.
SELECT EXP( 15 )