In Operators§

See primary documentation in context for infix lcm

multi sub 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.