patrick_thomson (Patrick Thomson)
- Login: patrick_thomson
- Email: pthomson@apple.com
- Registered on: 05/14/2010
- Last sign in: 05/15/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/14/2010
-
09:37 AM Ruby Feature #3289 (Rejected): Division of negative numbers
- =begin
The documentation for Numeric (http://www.ruby-doc.org/core/classes/Numeric.html#M000179) states that integer divmod() (and, by extension, /) rounds the quotient towards negative infinity. Python and Tcl behave similarly, while ...