Changes between Version 17 and Version 18 of Ticket #17196
- Timestamp:
- 10/23/14 07:25:58 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17196 – Description
v17 v18 6 6 }}} 7 7 8 However, in fact m anyof these requirements can be relaxed.8 However, in fact most of these requirements can be relaxed. 9 9 10 In many cases, I simply change the comment to indicate what the real conditions are. For shifts, I actually change the implementation slightly such that the condition becomes ` `r.size <= a.size + n`` which is useful for #15820.10 In many cases, I simply change the comment to indicate what the real conditions are. For shifts, I actually change the implementation slightly such that the condition becomes `r.size <= a.size + n` which is useful for #15820. 11 11 12 12 Also move bitsets to `src/sage/data_structures`.