Skip to content

Commit

Permalink
Merge pull request #1 from Mohitbalwani26/Mohitbalwani26-patch-1
Browse files Browse the repository at this point in the history
Update diophantine.py
  • Loading branch information
Mohitbalwani26 committed Dec 29, 2019
2 parents 80a0084 + bd7c727 commit 9f7c1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympy/solvers/diophantine.py
Expand Up @@ -933,7 +933,7 @@ def _diop_quadratic(var, coeff, t):
C = coeff[y**2]
D = coeff[x]
E = coeff[y]
F = coeff[1]
F = coeff[S.One]

A, B, C, D, E, F = [as_int(i) for i in _remove_gcd(A, B, C, D, E, F)]

Expand Down

0 comments on commit 9f7c1c2

Please sign in to comment.