Course
Simulator
More
Premium
Log in
MySQL Function Reference
Functions
EXP
EXP
Returns e to the specified power
MySQL 8.1
EXP
(
1
)
Examples
MySQL 8.1
SELECT
EXP
(
1
)
;