lcm
lcm(x, y)
Compute the least common multiple.
Try it yourself:
$1 | lcm(4, 6)
| |
$2 | lcm(6, 21)
| |
$3 | lcm(6, 21, 5)
|
See also:
All functionsCompute the least common multiple.
Try it yourself:
$1 | lcm(4, 6)
| |
$2 | lcm(6, 21)
| |
$3 | lcm(6, 21, 5)
|