PostgreSQL Function Reference

EXP
Returns e raised to the power of a number.
PostgreSQL 17.5
EXP(num)
num
The exponent
Examples
PostgreSQL 17.5
SELECT EXP(1)