Add individual_degree
method to the Polynomial
trait
#692
Labels
D-easy
Difficulty: easy
help wanted
Extra attention is needed
T-design
Type: discuss API design and/or research
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 orassert_eq!(index, 0);
.An important question: this hasn't been needed so far, do we actually have any good reason to add it now?
The text was updated successfully, but these errors were encountered: