Changes between Version 1 and Version 3 of Ticket #5759
- Timestamp:
- Apr 11, 2009, 10:12:10 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5759
-
Property
Summary
changed from
bug in divides
tobug in divides [with patch, needs review]
-
Property
Summary
changed from
-
Ticket #5759 – Description
v1 v3 7 7 2. No division by zero checking is done! This gives for example an error if you type 8 8 9 Zmod(2).zero_ideal() == Zmod(2).zero_ideal() Zmod(2).zero_ideal() == Zmod(2).unit_ideal() 9 -> Zmod(2).zero_ideal() == Zmod(2).zero_ideal() 10 -> Zmod(2).zero_ideal() == Zmod(2).unit_ideal() 10 11 11 12 This patch should fix this.