Talk:Booth's multiplication algorithm: Difference between revisions

Content deleted Content added
SatyrBot (talk | contribs)
m SatyrBot removing WP:Logic banner per project decision.
4 times thru the loop
Line 33:
The described method in the article can't handle multiplications like -128 x 1 (when using 8 bits). The problem arises from the fact that -128 is the minimum negative number when using 8 bits for representation. I have made a minor modification in the method and added one more example to show the improved technique. Hope that everything is OK.
[[User:Prekageo|Prekageo]] 12:22, 15 August 2007 (UTC)
 
==Number of times to perform the loop==
In [[Booth%27s_multiplication_algorithm#Example]], how do you know to perform the loop 4 times? [[User:Captain Zyrain|Captain Zyrain]] 20:53, 14 October 2007 (UTC)