You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-39480: Added enhancement for power series that allows access to the coefficients of specific terms
Fixes#39314. Adds an enhancement to power series that when given a
tuple of values corresponding to the powers of the term gives you the
coefficient for said term. Functionality is similar to how coefficients
are retrieved for multivariable polynomials. Also added a test for the
enhancement.
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. -->
- [X] The title is concise and informative.
- [X] The description explains in detail what this PR is about.
- [X] I have linked a relevant issue or discussion.
- [X] I have created tests covering the changes.
- [X] I have updated the documentation and checked the documentation
preview.
### ⌛ Dependencies
URL: #39480
Reported by: Noel-Roemmele
Reviewer(s): Martin Rubey, Noel-Roemmele, Travis Scrimshaw
0 commit comments