sympy / sympy.github.com

SymPy's web page (sympy.org)
https://sympy.org/
188 stars 107 forks source link

sympy.factor bug #113

Closed zbzhen closed 6 years ago

zbzhen commented 6 years ago

from sympy import var("x") a = 0.10.1xx - 1 print factor(a)

Wrong answer 1.0(0.01x - 0.1)(0.01x + 0.1).

Please check it.

asmeurer commented 6 years ago

Please open bugs for SymPy at https://github.com/sympy/sympy/issues