Skip to content

Returns the value of e (the base of natural logarithms) raised to the power of x.

func.exp( <x> )
func.exp(2)
┌──────────────────┐
│ func.exp(2) │
├──────────────────┤
7.38905609893065
└──────────────────┘
EXP( <x> )
SELECT EXP(2);
┌──────────────────┐
exp(2) │
├──────────────────┤
7.38905609893065
└──────────────────┘