csavas
21st Jul 2019
23rd Jul 2019
Multiplies two positive integers together. Maximum lenght of A and B is 13 decimal digits. Result can be even longer. Larger numbers take more time. Can calculate 9999999999999*9999999999999 correctly in about 80 seconds. 123*456 takes only 19 seconds.
decimal
digital
computer
calc
calculator
r216k2a
subframe
multipler
Comments
-
Sandboxvoid: It takes some time to reorder the entered numbers, and clear the result. But the actual multiplication is rather fast. So if 1x1 takes 30 seconds, then 12345x12345 takes 40.
-
But its is good and I could'nt do anything like this +1
-
I wrote 1x1 it took about 30 seconds XD
-
jeez, that's crazy, deserved fp
-
yclee126: Fixed. New source code: pastebin.com/RDkqUzin
-
Not that significant bug but the calculator crashes when A or B equal 0
-
Source code: pastebin.com/QF9rHKXL
-
IceCubez: When you type in the 13th digit it automatically switches to B.
-
555 x 12
-
it Exploded when I did 14 digit Times 2 digit