Updated on 2023-10-25 GMT+08:00

e

This function is used to return the value of e.

Syntax

e()

Return Values

The return value is of the DOUBLE type.

Example Code

The value 2.718281828459045 is returned.
select e();