Jump to content

Long multiplication: Difference between revisions

m
Line 3,783:
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
procfunc$ mult a$ b$ . r$ .
a[] = number strchars a$
b[] = number strchars b$
Line 3,802:
.
.
return r$
.
print mult "18446744073709551616" "18446744073709551616" r$
print r$
</syntaxhighlight>
 
2,063

edits

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