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

Commit

Permalink
correcting white spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziewest committed Jul 2, 2018
1 parent c2c1e9e commit 8dd8ebe
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/sage/rings/polynomial/multi_polynomial_libsingular.pyx
Expand Up @@ -2403,13 +2403,11 @@ cdef class MPolynomial_libsingular(MPolynomial):
...
ZeroDivisionError: rational division by zero
Ensure that :trac:`17638` is fixed
Ensure that :trac:`17638` is fixed::
::
sage: R.<x,y> = PolynomialRing(QQ,order="neglex")
sage: f = 1+y
sage: g = 1+x
sage: R.<x,y> = PolynomialRing(QQ, order="neglex")
sage: f = 1 + y
sage: g = 1 + x
sage: h = f/g
sage: h*g == f
True
Expand Down

0 comments on commit 8dd8ebe

Please sign in to comment.