Skip to content

Returns the mathematical constant e (Euler’s number).

func.e()
func.e()
┌───────────────────┐
2.718281828459045
└───────────────────┘
E()
SELECT E();
┌───────────────────┐
2.718281828459045
└───────────────────┘