#10292: padics, precision, list() and printing
----------------------+-----------------------------------------------------
Reporter: roed | Owner: roed
Type: defect | Status: new
Priority: minor | Milestone: sage-4.6.2
Component: padics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------+-----------------------------------------------------
{{{
sage: E = EllipticCurve('37a')
sage: R = E.padic_regulator(7)
sage: len(R.list())
37
sage: s = str(R)
sage: len(R.list())
19
}}}
Similarly:
{{{
sage: E = EllipticCurve('37a')
sage: R = E.padic_regulator(7)
sage: len(R.list())
37
sage: R.precision_absolute()
20
sage: len(R.list())
37
sage: R.precision_relative()
19
sage: len(R.list())
19
}}}
This is likely due to `_normalize` not getting called when necessary at
object creation.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10292>
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.