DB
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(…) → Int64

Kind · 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.