sympy/sympy.github.com

sympy.factor bug

zbzhen opened this issue · 1 comments

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

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

Please check it.

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