Changes between Version 1 and Version 2 of Ticket #17180
- Timestamp:
- 10/19/14 19:42:45 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17180
-
Property
Authors
changed from
to
Jeroen Demeyer
-
Property
Summary
changed from
Move rational reconstruction to dedicated file
toMove and fix rational reconstruction
-
Property
Authors
changed from
-
Ticket #17180 – Description
v1 v2 1 `rational_reconstruction` modifies its input: 2 {{{ 3 sage: a = -1 4 sage: a.rational_reconstruction(5) 5 -1 6 sage: a 7 4 8 }}} 9 1 10 Move the implementation of rational reconstruction to `src/sage/libs/gmp/rational_reconstruction.pyx` as part of the effort to clean up `gmp.pxi`.