Skip to content

Returns e raised to the power of a number.

func.exp(<x>)
func.exp(1)
┌───────────────────┐
2.718281828459045
└───────────────────┘
EXP(<x>)
SELECT EXP(1);
┌───────────────────┐
2.718281828459045
└───────────────────┘