Popular recipes tagged "gcd" but not "greatest"http://code.activestate.com/recipes/tags/gcd-greatest/2013-01-16T16:44:46-08:00ActiveState Code RecipesGreatest Common Divisor using Recursion in Python (Python) 2013-01-16T16:44:46-08:00Captain DeadBoneshttp://code.activestate.com/recipes/users/4184772/http://code.activestate.com/recipes/578421-greatest-common-divisor-using-recursion-in-python/ <p style="color: grey"> Python recipe 578421 by <a href="/recipes/users/4184772/">Captain DeadBones</a> (<a href="/recipes/tags/gcd/">gcd</a>, <a href="/recipes/tags/math/">math</a>, <a href="/recipes/tags/python/">python</a>). </p> <p>I wrote this little piece of code as part of my ongoing python-math projects. For more information please checkout <a href="http://thelivingpearl.com">The Living Pearl</a>. </p>