Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
abstract method degree raises NotImplementedError
Browse files Browse the repository at this point in the history
  • Loading branch information
xcaruso committed Jul 3, 2020
1 parent ea3f0b1 commit 445913a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/rings/polynomial/ore_polynomial_element.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ cdef class OrePolynomial(AlgebraElement):
sage: S(5).degree()
0
"""
raise NotImplementedError

cdef OrePolynomial _new_c(self, list coeffs, Parent P, char check=0):
r"""
Expand Down

0 comments on commit 445913a

Please sign in to comment.