Course
Simulator
More
Premium
Log in
PostgreSQL Function Reference
Functions
EXP
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
)