#4376: Implement conversion of power series over more rings (e.g. GF(p)) to pari
----------------------------------------------+-----------------------------
Reporter: cremona | Owner: was
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.6.2
Component: interfaces | Keywords: power series pari
gp
Author: Francis Clarke, Jeroen Demeyer | Upstream: N/A
Reviewer: Marco Streng | Merged:
Work_issues: |
----------------------------------------------+-----------------------------
Comment(by jdemeyer):
I'm wondering if we shouldn't simply do
{{{
if x.type() == 't_RFRAC':
raise TypeError, "denominator must be a unit"
}}}
I doubt that a PARI RFRAC can ever have a denominator which *is* a unit.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4376#comment:14>
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.