Talk:Binary GCD algorithm: Difference between revisions

Content deleted Content added
Dcoetzee (talk | contribs)
Sounds good
unsigned integers
Line 1:
== unsigned integers ==
 
If don't see, why the algorithm is restricted to unsigned integers. As far as I can see it works equally on negative numbers. Even more the algorithm would be simplified because no v>=u comparison is necessary. [[User:134.102.210.237|134.102.210.237]] 11:54, 31 March 2006 (UTC)
 
== ARM implementation ==