Is it possible to find the least common divisor of a two numbers that are not relatively prime in polynomial time?

101 Views Asked by At

As the question states:

Is it possible to find the least common divisor of two number that are not relatively prime in polynomial time? If so, how?

Thanks!