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