The least common multiple of m
and n
is the smallest natural number that's evenly divisible by
both m
and n
. Returns 0
if either m
or n
is 0
.
Examples:
The least common multiple of m
and n
is the smallest natural number that's evenly divisible by
both m
and n
. Returns 0
if either m
or n
is 0
.
Examples: