Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add individual_degree method to the Polynomial trait #692

Open
mmagician opened this issue Oct 25, 2023 · 0 comments
Open

Add individual_degree method to the Polynomial trait #692

mmagician opened this issue Oct 25, 2023 · 0 comments
Labels
D-easy Difficulty: easy help wanted Extra attention is needed T-design Type: discuss API design and/or research

Comments

@mmagician
Copy link
Member

See #691 (comment)

The new trait method should take an argument index to cover the general multivariate case where we ask for the degree of the i-th term. In univariate we can either ignore the index or assert_eq!(index, 0);.

An important question: this hasn't been needed so far, do we actually have any good reason to add it now?

@mmagician mmagician added the T-design Type: discuss API design and/or research label Oct 25, 2023
@mmagician mmagician added help wanted Extra attention is needed D-easy Difficulty: easy labels Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-easy Difficulty: easy help wanted Extra attention is needed T-design Type: discuss API design and/or research
Projects
None yet
Development

No branches or pull requests

1 participant