MySQLNumeric FunctionsEXP
SQRT

EXPNumeric Functions

LOG

Returns e raised to the power of x.

Syntax

EXP(x)

Example

Enter values below to update the example in real time.

e_const
SELECT EXP(1) AS e_const;