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 488a8b1 commit ffb4647Copy full SHA for ffb4647
src/sage/rings/polynomial/polynomial_element.pyx
@@ -155,7 +155,7 @@ cpdef is_Polynomial(f):
155
sage: R.<x> = ZZ[]
156
sage: is_Polynomial(x^3 + x + 1)
157
doctest:...: DeprecationWarning: the function is_Polynomial is deprecated; use isinstance(x, sage.structure.element.Polynomial) instead
158
- See https://trac.sagemath.org/32709 for details.
+ See https://github.com/sagemath/sage/issues/32709 for details.
159
True
160
sage: S.<y> = R[]
161
sage: f = y^3 + x*y -3*x; f
0 commit comments