Talk:Booth's multiplication algorithm: Difference between revisions

Content deleted Content added
Kogorman (talk | contribs)
Unsigned case: new section
Line 67:
 
--[[User:Kogorman|kogorman]] ([[User talk:Kogorman|talk]]) 14:58, 18 September 2012 (UTC)
 
== Unsigned case ==
 
As the statement of this article, it's only work for signed 2's complement, I wonder if this could work for unsigned values.
 
The examples in this article will NOT work for maximum unsigned values ie 15 x 15.
 
Is there modified version for this algorithm for unsigned?
 
Thanks.