Long multiplication: Difference between revisions

no edit summary
(add lisp)
No edit summary
Line 650:
 
</lang>
=={{header|MathematicaCommon Lisp}}==
Common Lisp does long (bignum) arithmatic by default, so this is easy:
<lang lisp>
Anonymous user