Talk:Booth's multiplication algorithm: Difference between revisions

Content deleted Content added
Cewbot (talk | contribs)
m Maintain {{WPBS}}: 2 WikiProject templates. Keep majority rating "C" in {{WPBS}}. Remove 2 same ratings as {{WPBS}} in {{WikiProject Computing}}, {{WikiProject Computer science}}.
 
(5 intermediate revisions by 4 users not shown)
Line 1:
{{WikiProject Computing}}banner shell|class=C|
{{WikiProject Computing|importance=Low}}
 
{{WikiProject Computer science|importance=Mid}}
}}
 
==Reference to Booth's paper==
Here is a reference to Booth's paper:
 
Line 43 ⟶ 46:
 
:What is the additional bit initialized to? Reinderien 04:37, 2 December 2007 (UTC)
 
:I added some clarification to that part, based on what I believe is a correct interpretation: the typical implementation states, "A: Fill the most significant (leftmost) bits with the value of m. Fill the remaining (y + 1) bits with zeros." It seems to be the case that, should you add more bits to the front, you still fill all of them with the value of '''m'''--you're just filling more bits with the same value now, so the sign bit will be further out, and you'll have an extra '1' for each bit you add, to balance out the fact that the sign bit is now more significant. [[User:KoriganStone|KoriganStone]] ([[User talk:KoriganStone|talk]]) 20:19, 20 August 2014 (UTC)
 
==Number of times to perform the loop==
Line 79 ⟶ 84:
 
<span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/192.165.214.193|192.165.214.193]] ([[User talk:192.165.214.193|talk]]) 09:24, 5 September 2013 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
 
== ambiguous dots in formula ==
 
The dots in the formula
https://wikimedia.org/api/rest_v1/media/math/render/svg/b66a7ba976185c7dc2ad64dd760ff420be473e8e
mean very different things depending on where they are. This could be clarified. "Whatever bits in this ńumber", "same bits as around the dots", "same bits as in the preceding binary number" etc.