PostgreSQLNumeric FunctionsEXP
SQRT

EXPNumeric Functions

LN

Returns e raised to the power of x.

Syntax

EXP(x)

Example

Enter values below to update the example in real time.

euler_number
SELECT EXP(1) AS euler_number;