Opened 7 years ago
Closed 7 years ago
#20000 closed enhancement (fixed)
sqrt of AsymptoticExpansion
Reported by: | dkrenn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.1 |
Component: | asymptotic expansions | Keywords: | |
Cc: | behackl, cheuberg | Merged in: | |
Authors: | Daniel Krenn | Reviewers: | Clemens Heuberger |
Report Upstream: | N/A | Work issues: | |
Branch: | 310780a (Commits, GitHub, GitLab) | Commit: | 310780ada4250a1ea7bc221bf7ad11c0254fade9 |
Dependencies: | #19931 | Stopgaps: |
Description
Implement AsymptoticExpansion.sqrt()
.
Change History (6)
comment:1 Changed 7 years ago by
- Branch set to u/dkrenn/asy/sqrt
comment:2 Changed 7 years ago by
- Commit set to 1441b314d92393095748afcbe5a3b36a01878270
- Status changed from new to needs_review
comment:3 Changed 7 years ago by
- Dependencies set to #19931
comment:4 Changed 7 years ago by
- Branch changed from u/dkrenn/asy/sqrt to u/cheuberg/asy/sqrt
comment:5 Changed 7 years ago by
- Commit changed from 1441b314d92393095748afcbe5a3b36a01878270 to 310780ada4250a1ea7bc221bf7ad11c0254fade9
- Reviewers set to Clemens Heuberger
- Status changed from needs_review to positive_review
I added a trivial reviewer commit; doctests pass, documentation fine; the problem did annoy me previously but I was always to lazy to fix it ...
New commits:
310780a | Trac #20000: remove redundant pair of parentheses
|
comment:6 Changed 7 years ago by
- Branch changed from u/cheuberg/asy/sqrt to 310780ada4250a1ea7bc221bf7ad11c0254fade9
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
write .sqrt() for asymptotic expansions
additional doctest (comparing with power series result)