Long multiplication: Difference between revisions

m
Line 2,026:
 
== {{header|Icon}} and {{header|Unicon}} ==
Large integers are native to Icon and Unicon. Neither libraries nor special programming is required.
{{incorrect|Icon|Code does not explicitly implement long multiplication}}
Icon and Unicon support large integers. Large integers are native to Unicon.
<lang Icon>procedure main()
write(2^64*2^64)
end</lang>
{{output}}<pre>340282366920938463463374607431768211456</pre>
Anonymous user