ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: lcm

lcm(m, n) returns the least common multiple of the integers m and n, that is the smallest number divisible by both m and n.

Example: lcm(12, 64) = 192.