Changes between Version 26 and Version 27 of Ticket #10720
- Timestamp:
- Dec 21, 2017, 11:26:42 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10720 – Description
v26 v27 11 11 - univariate Laurent power series 12 12 13 This branch will not consider support for `extend=True` (see this [[https://groups.google.com/forum/#!topic/sage-devel/ijYyZ4IduF0|sage-devel thread]]). When `extend=True` the method will simply raise a `NotImplementedError` while waiting for Puiseux series in Sage (see #4618). 14 13 15 On multi-variate polynomials there is also a `nth_root` method but which is implemented via factorization (sic)! The multivariate case should just call the univariate case with appropriate variable ordering. This will be dealt with in another ticket.