FunctionsMath
lcm
Returns the least common multiple for two integer inputs. If either input is NULL, non-integral, or overflows Int64, the result is NULL.
lcm(…) → Int64Kind · scalar
Returns the least common multiple for two integer inputs. If either input is NULL, non-integral, or overflows Int64, the result is NULL.
Part of the Math family.