EXP function [Numeric]

Function

Returns the exponential function, e to the power of a number.

Syntax

EXPnumeric-expression )

Parameters

numeric-expression The exponent.

Example

The following statement returns the value 3269017.3724721107:

SELECT EXP( 15 ) FROM iq_dummy

Standards and compatibility