Content deleted Content added
Squam Lizard (talk | contribs) Changing short description from "When representing an arithmetic result requires more digits than are available" to "Computer arithmetic error" |
Sheep8144402 (talk | contribs) m fix linter errors (3x obsolete tt tags) |
||
Line 59:
! Signed integer
|-
| [[Ada (programming language)|Ada]] || modulo the type's modulus || <
|-
| [[C (programming language)|C]], [[C++]] || modulo power of two || undefined behavior
Line 71:
| [[MATLAB]] || colspan="2" | Builtin integers saturate. Fixed-point integers configurable to wrap or saturate
|-
| [[Python (programming language)|Python]] 2 || {{N/A}} || convert to <
|-
| [[Seed7]] || {{N/A}} || <
|-
| [[Scheme (programming language)|Scheme]] || {{N/A}} || convert to bigNum
|