Long multiplication: Difference between revisions

Content added Content deleted
(→‎{{header|Quackery}}: explanation of zeropad)
Line 4,807: Line 4,807:
[ 0 join ] ] is zeropad ( L L --> L L )
[ 0 join ] ] is zeropad ( L L --> L L )


[ zeropad ( when adding to numbers of different lengths, )
[ zeropad ( when adding two numbers of different lengths )
0 temp put ( leading zeroes are added to make the lengths )
0 temp put ( leading zeroes are added to make the lengths )
[] unrot witheach ( equal. This is implicit when the calculation )
[] unrot witheach ( equal. This is implicit when the calculation )
[ dip behead ( done by hand, and is done by zeropad here. )
[ dip behead ( done by hand, and performed by zeropad here. )
temp take
temp take
addc
addc