e
Returns the constant e (the base of natural logarithms).
Syntaxβ
E();
Parametersβ
This function takes no parameters.
Return valueβ
Returns the constant e as an DOUBLE.
Examplesβ
mysql> select e();
+-------------------+
| e() |
+-------------------+
| 2.718281828459045 |
+-------------------+
1 row in set (0.01 sec)