#8628: confusing defaults for p-adic precision types
------------------------+---------------------------------------------------
Reporter: dmharvey | Owner: roed
Type: defect | Status: new
Priority: major | Milestone:
Component: padics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
(sage 4.3.1)
absolute or relative is the default?
{{{
sage: R = Zp(5)
sage: R
5-adic Ring with capped relative precision 20
sage: R.<a> = Zq(25)
sage: R
Unramified Extension of 5-adic Ring with capped absolute precision 20 in a
defined by (1 + O(5^20))*x^2 + (4 + O(5^20))*x + (2 + O(5^20))
sage: R = Zq(5)
sage: R
5-adic Ring with capped absolute precision 20
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8628>
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.