Changes between Initial Version and Version 15 of Ticket #16201
- Timestamp:
- 01/08/15 13:58:21 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16201
-
Property
Status
changed from
new
topositive_review
-
Property
Reviewers
changed from
to
Clemens Heuberger
-
Property
Authors
changed from
to
Ralf Stephan
-
Property
Summary
changed from
default precision for symbolic power series from SR.series()
todefault precision for all series (symbolic, power, Laurent)
-
Property
Branch
changed from
to
u/rws/default_precision_for_symbolic_power_series_from_sr_series__
-
Property
Milestone
changed from
sage-6.2
tosage-6.4
-
Property
Commit
changed from
to
0fcce825397b78e58a13b0fa5eaa930e7bd17960
-
Property
Status
changed from
-
Ticket #16201 – Description
initial v15 17 17 }}} 18 18 As this is about reducing surprise for the user both algebra and symbolic series default precision should have the same value, so the ticket should also implement such a global value. 19 20 This ticket also deprecates the use of `LaurentSeriesRing_generic.set_default_prec` as it contradicts the immutability of parents and conflicts with the caching of LaurentSeriesRings.