Jump to content

Long multiplication: Difference between revisions

→‎{{header|ALGOL 60}}: Write a loop more readably.
(→‎{{header|ALGOL 60}}: Bug fix in BCD printing.)
(→‎{{header|ALGOL 60}}: Write a loop more readably.)
Line 719:
 
comment Skip leading zeros;
for i := -10, i + 1 while i < m - 1 & u[i] = 0 do
skipzeroi := i + 1;
 
comment Print the digits, and separators;
1,448

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.