FunctionsMathleastReturns the smallest numeric value across all arguments for each row. least(…) → Float64 Kind · scalar Returns the smallest numeric value across all arguments for each row. Part of the Math family.lcmReturns the least common multiple for two integer inputs. If either input is NULL, non-integral, or overflows Int64, the result is NULL.lnReturns the natural logarithm for each positive numeric input.