* Function for finding the least common multiple of two numbers. * @params integer x and y whose lcm we want to find. * @return lcm of x and y using the relation x * y = gcd(x, y) * lcm(x, y) */
source not stored for this graph (policy: none)
no test coverage detected