OracleNumeric FunctionsEXP
SQRT

EXPNumeric Functions

LN

Returns e raised to the power of n.

Syntax

EXP(n)

Example

SELECT EXP(1) AS e FROM DUAL;