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

Commit

Permalink
23793: Doctest fix for GCD bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Oct 24, 2017
1 parent bc45dab commit 638a14b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sage/symbolic/expression.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -7016,6 +7016,11 @@ cdef class Expression(CommutativeRingElement):
sage: d = e.diff(x)
sage: gcd(d,e) / (u^4*z^2) in QQ
True
Check that :trac:`23793` is fixed::
sage: gcd(I + I*x, x^2 - 1)
x + 1
"""
cdef Expression r = self.coerce_in(b)
cdef GEx x
Expand Down

0 comments on commit 638a14b

Please sign in to comment.