For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
lcm
lcm(m: Int, n: Int, /) -> Int
Computes the least common multiple of two integers.
Args:
Returns:
Int: The least common multiple of the two integers.