EXP
Learn how to use the EXP math function in PlaidCloud Lakehouse. Returns e raised to the power of a number - see syntax, examples, and output.
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 │
└───────────────────┘