FunctionsMathfloorRounds each numeric input down to the largest integer less than or equal to it. floor(…) → Float64 Kind · scalar Rounds each numeric input down to the largest integer less than or equal to it. Part of the Math family.factorialComputes n! for non-negative integer inputs. Inputs outside the representable range are returned as NULL.gcdReturns the greatest common divisor for two integer inputs. If either input is NULL or non-integral, the row result is NULL.