We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2abe7 commit 1308baaCopy full SHA for 1308baa
src/sage/rings/polynomial/polynomial_zz_pex.pyx
@@ -491,7 +491,7 @@ cdef class Polynomial_ZZ_pEX(Polynomial_template):
491
r"""
492
Return the polynomial obtained by reversing the coefficients
493
of this polynomial. If degree is set then this function behaves
494
- as if this polynomial has degree `degree`.
+ as if this polynomial has degree ``degree``.
495
496
EXAMPLES::
497
@@ -547,6 +547,7 @@ cdef class Polynomial_ZZ_pEX(Polynomial_template):
547
def inverse_series_trunc(self, prec):
548
549
Compute and return the inverse of self modulo `x^prec`.
550
+
551
The constant term of self must be invertible.
552
553
0 commit comments