Return the least common multiple of integers m and n.
abjad> mathtools.least_common_multiple(4, 5) 20
abjad> mathtools.least_common_multiple(4, 6) 12
Todo
Optimize.
mathtools.is_power_of_two
mathtools.least_multiple_greater_equal
Enter search terms or a module, class or function name.