#12696: incoherent names rational_reconstruct and rational_reconstruction
--------------------------------+-------------------------------------------
Reporter: zimmerma | Owner: AlexGhitza
Type: enhancement | Status: new
Priority: minor | Milestone: sage-5.0
Component: basic arithmetic | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
--------------------------------+-------------------------------------------
for integers mod n there is a {{{rational_reconstruction}}} method:
{{{
sage: R = IntegerModRing(97)
sage: a = R(2) / R(3)
sage: a.rational_reconstruction()
2/3
}}}
However for polynomials the corresponding method is named
{{{rational_reconstruct}}}:
{{{
sage: K.<x> = R[]
sage: x.rational_reconstruct(x,4,4)
(0, 1)
}}}
The naming is incoherent.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12696>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.