Least common multiple
The LCM of a set of integers is the smallest positive number divisible by every one of them. The classic use is finding a common denominator for adding fractions.
The fastest way to compute it from prime factorisations is to take the maximum exponent of every prime appearing in any number — exactly what this calculator does.