You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add explicit tests for division by zero to all user-accessible integer
division and modulo functions, to avoid problems on OS X (which fails totrap 0 divide at all) and Windows (which traps it in some bizarrenonstandard fashion). Standardize on 'division by zero' as the one truespelling of this error message. Add regression tests as suggested byNeil Conway.