Integer overflow: Difference between revisions

Content deleted Content added
m top: "and adding 1" -> "and the next increment of the white digit"..... the white digit is the tenth's place so we are not adding 1 but 0.1
I8086 (talk | contribs)
Line 38:
| [[Java (programming language)|Java]] || NA || ignored
|-
| [[Python (programming language)|Python 2]] || NA || convert to long
|-
| [[Seed7]] || NA || <tt>'''raise''' OVERFLOW_ERROR</tt><ref>[http://seed7.sourceforge.net/manual/errors.htm#OVERFLOW_ERROR Seed7 manual], section 15.2.3 OVERFLOW_ERROR.</ref>