Changes between Initial Version and Version 2 of Ticket #27064
- Timestamp:
- 01/15/19 17:43:21 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27064
-
Property
Component
changed from
PLEASE CHANGE
tobasic arithmetic
-
Property
Type
changed from
PLEASE CHANGE
todefect
-
Property
Summary
changed from
Regression in .divides() for polynomials
toRegression in .divides() for generic polynomials
-
Property
Component
changed from
-
Ticket #27064 – Description
initial v2 1 This used to work prior to #19171 1 This used to work prior to #19171: 2 2 3 3 {{{ … … 60 60 }}} 61 61 62 This is failing because the fraction field hasno `.divides()` method.62 This is failing because the fraction field elements have no `.divides()` method.