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

Syntax

EXP ( expression )

Notes

expression must evaluate to an approximate numeric data type.

Example

This example illustrates the EXP function:

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

Compatibility

ODBC compatible