DEXP (Lakehouse v2)
Alias for EXP. See EXP.
Analyze Syntax
Section titled “Analyze Syntax”func.dexp(1)Analyze Examples
Section titled “Analyze Examples”func.dexp(1)
┌───────────────────┐│ 2.718281828459045 │└───────────────────┘SQL Syntax
Section titled “SQL Syntax”DEXP(<x>)SQL Examples
Section titled “SQL Examples”SELECT DEXP(1);
┌───────────────────┐│ 2.718281828459045 │└───────────────────┘