Integer overflow: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
(Added Quackery.)
Line 1,877: Line 1,877:


Note: In Python 3.X the division operator used between two ints returns a floating point result, (as this was seen as most often required and expected in the Python community). Use <code>//</code> to get integer division.
Note: In Python 3.X the division operator used between two ints returns a floating point result, (as this was seen as most often required and expected in the Python community). Use <code>//</code> to get integer division.

=={{header|Quackery}}==

Quackery only supports bignums.


=={{header|Racket}}==
=={{header|Racket}}==