Lehmer's GCD algorithm: Difference between revisions

Content deleted Content added
m Reverted edits by 223.223.138.93 (talk) to last version by Yobot
Fixed typo
Tags: canned edit summary Mobile edit Mobile app edit
Line 1:
'''Lehmer's GCD algorithm''', named after [[Derrick Henry Lehmer]], is a fast [[greatest common divisor|GCD]] [[algorithm]], an improvement on the simpler but slower [[Euclidean algorithm]]. It is mainly used for big integers that have a representation as a string of digits relative to some chosen numeral system [[radix|basebases]], say ''&beta;''&nbsp;=&nbsp;1000 or ''&beta;''&nbsp;=&nbsp;2<sup>32</sup>.
 
== Algorithm ==