Ticket #8628 (new defect)
Opened 3 years ago
confusing defaults for p-adic precision types
| Reported by: | dmharvey | Owned by: | roed |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | padics | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
(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
Note: See
TracTickets for help on using
tickets.
