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-37622: Ensure the `degree()` method of `Polynomial_generic_dense_inexact` returns an `Integer`
On the testing of a bunch of new hyperelliptic curve code things, I keep
finding cases where the degree of polynomials is returned as an `int`
instead of `Integer`. Here's another fix for the case when we have
polynomials over Eisenstein extensions of p-adics.
Fixes: #37621
URL: #37622
Reported by: Giacomo Pope
Reviewer(s): grhkm21
0 commit comments