Progress
SQL-92
Guide and Reference


EXP Function

Returns the exponential value of expression (e raised to the power of expression).

SYNTAX

EXP ( expression ) 

EXAMPLE

This example illustrates the EXP function:

SELECT EXP( 4 ) ’e to the 4th power’ from sysprogress.syscalctable; 

NOTE

COMPATIBILITY

ODBC Compatible


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095