FunctionsMathexpReturns e raised to the input value (e^x). exp(…) → Float64 Kind · scalar Returns e raised to the input value (e^x). Part of the Math family.eReturns Euler's number (the base of natural logarithms) for each row.factorialComputes n! for non-negative integer inputs. Inputs outside the representable range are returned as NULL.