Changes between Initial Version and Version 4 of Ticket #25635
- Timestamp:
- Jun 24, 2018, 12:32:41 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25635
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
to
9a8afc97ea2de430a90e9bb504a2dd6b4d042413
-
Property
Branch
changed from
to
u/chapoton/25635
-
Property
Summary
changed from
enhanced make_onic in heegner.py
toenhanced make_monic in heegner.py
-
Property
Status
changed from
-
Ticket #25635 – Description
initial v4 1 by being more subtle, getting simpler results.1 By being more subtle, getting simpler results. 2 2 3 but maybe slower as using radical instead of gcd ? 3 but maybe slower because it is using radical instead of gcd ? 4 5 One could make a slightly worse version not using radical. 6 7 NOTE: needs to be merged with existing {{{clear_denominators}}} ?