EXP (Lakehouse v2)
Returns e raised to the power of a number.
Analyze Syntax
Section titled “Analyze Syntax”func.exp(<x>)Analyze Examples
Section titled “Analyze Examples”func.exp(1)
┌───────────────────┐│ 2.718281828459045 │└───────────────────┘SQL Syntax
Section titled “SQL Syntax”EXP(<x>)SQL Examples
Section titled “SQL Examples”SELECT EXP(1);
┌───────────────────┐│ 2.718281828459045 │└───────────────────┘