Long multiplication: Difference between revisions

m
Line 1,930:
Since Dc has arbitrary precision built-in, the task is no different than a normal multiplication:
<lang Dc>2 64^ 2 64^ *p</lang>
{{incorrect|Dc|A Dc solution might be: representingRepresent bignums as numerical strings and implement arithmetic functions on them.}}
 
=={{header|EchoLisp}}==
169

edits