481
electrical engineer rule
(lemmy.world)
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
Yes. Typically, to multiply two n-bit numbers, you need n - 1 n-bit adders. You basically do long multiplication.
I'd upload an image but either voyager or my instance won't let me for some reason, so sorry if this doesn't embed right
Embedded just fine on my end (Jerboa)
this makes sense
Shouldn't you be able to get away with two 2n bit adders and recursion?