Jump to content

Long multiplication: Difference between revisions

add lisp
(delete Common Lisp, Clojure examples not performing *explicit* long multiplication)
(add lisp)
Line 649:
}
 
</lang>
=={{header|Mathematica}}==
Common Lisp does long (bignum) arithmatic by default, so this is easy:
<lang lisp>
(* (expt 2 64) (expt 2 64))
</lang>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.