E
Returns the mathematical constant e (Euler's number).
Analyze Syntax
func.e()
Analyze Examples
func.e()
┌───────────────────┐
│ 2.718281828459045 │
└───────────────────┘
SQL Syntax
E()
SQL Examples
SELECT E();
┌───────────────────┐
│ 2.718281828459045 │
└───────────────────┘