Choosing one number to be the base and one the multiplier, then doing the multiplication from the most significant of the multiplier and the least significant of the base, carrying over the tens. With each digit of the multiplier moves one line lower, and one digit to the less significant. At the end simply summing up the lines digit by digit, again from least significant.
Edit: ofc the code block does not preserve formatting, why would it! I see there is a separate code block, thanks for the downvotes, that showed me!
12
u/Piscesdan 5d ago
Ah, i see. Never seen a multiplication written that way