E
Learn how to use the E math function in PlaidCloud Lakehouse. Returns the mathematical constant e (Euler's number) - see syntax, examples, and output.
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 │
└───────────────────┘