FunctionsMath
gcd
Returns the greatest common divisor for two integer inputs. If either input is NULL or non-integral, the row result is NULL.
gcd(…) → Int64Kind · scalar
Returns the greatest common divisor for two integer inputs. If either input is NULL or non-integral, the row result is NULL.
Part of the Math family.