Long multiplication: Difference between revisions

m
Line 5,263:
or, to display it:
<lang smalltalk>Transcript showCR:(2 raisedTo: 64) * (2 raisedTo: 64).
"if ** is defined as alias: " Transcript showCR:(2 ** 64) * (2 ** 64).</lang>
</lang>
{{out}}
340282366920938463463374607431768211456
Anonymous user