For a given set of numbers, I need to find the lowest common divisor that's higher than a given number, N. Is there a way to do that?
Find the lowest common divisor greater than N?
1
$\begingroup$
elementary-number-theory
-
0Actually, I think I found another way to accomplish what I'm trying to implement in my software. I asked at http://math.stackexchange.com/q/218210/45513. Thanks for all the help! – 2012-10-21