In Operators§
See primary documentation in context for infix lcm
multi infix:<lcm>($a, $b --> Int:D)
Coerces both arguments to Int
and returns the least common multiple; that is, the smallest integer that is evenly divisible by both arguments.
See primary documentation in context for infix lcm
multi infix:<lcm>($a, $b --> Int:D)
Coerces both arguments to Int
and returns the least common multiple; that is, the smallest integer that is evenly divisible by both arguments.