EXP (Lakehouse v1)
Returns the value of e (the base of natural logarithms) raised to the power of x.
Analyze Syntax
Section titled “Analyze Syntax”func.exp( <x> )Analyze Examples
Section titled “Analyze Examples”func.exp(2)
┌──────────────────┐│ func.exp(2) │├──────────────────┤│ 7.38905609893065 │└──────────────────┘SQL Syntax
Section titled “SQL Syntax”EXP( <x> )SQL Examples
Section titled “SQL Examples”SELECT EXP(2);
┌──────────────────┐│ exp(2) │├──────────────────┤│ 7.38905609893065 │└──────────────────┘