Content deleted Content added
Citation bot (talk | contribs) Alter: pages. Add: issue, volume. Formatted dashes. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | Linked from User:BrownHairedGirl/Articles_with_bare_links | #UCB_webform_linked 1029/2197 |
|||
Line 90:
| [[C Sharp (programming language)|C#]] || colspan="2" | modulo power of 2 in unchecked context; <code>System.OverflowException</code> is raised in checked context<ref>{{cite web|url=http://msdn.microsoft.com/en-us/library/khy08726.aspx|title=Checked and Unchecked (C# Reference)|last=BillWagner|website=msdn.microsoft.com}}</ref>
|-
| [[Java (programming language)|Java]] || {{N/A}} || modulo power of two
|-
| [[JavaScript]] || colspan="2" | all numbers are [[Double-precision floating-point format|double-precision floating-point]] except the new [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt BigInt]
Line 96:
| [[MATLAB]] || colspan="2" | Builtin integers saturate. Fixed-point integers configurable to wrap or saturate
|-
| [[Python (programming language)|Python]] 2 || {{N/A}} || convert to <tt>long</tt> type (bigint)
|-
| [[Seed7]] || {{N/A}} || <tt>'''raise''' OVERFLOW_ERROR</tt><ref>[http://seed7.sourceforge.net/manual/errors.htm#OVERFLOW_ERROR Seed7 manual], section 16.3.3 OVERFLOW_ERROR.</ref>
|-
| [[Scheme (programming language)|Scheme]] || {{N/A}} || convert to bigNum
|-
| [[Simulink]] || colspan="2" | configurable to wrap or saturate
|-
| [[Smalltalk]] || {{N/A}} || convert to LargeInteger
|-
| [[Swift (programming language)|Swift]] || colspan="2" | Causes error unless using special overflow operators.<ref>The Swift Programming Language. Swift 2.1 Edition. October 21, 2015.</ref>
|