Updates:
        Status: Fixed
        Labels: -NeedsReview PassedReview

Comment #5 on issue 1899 by matt...@gmail.com: factor(3 + x - x*(1 + x) + x**2) != 3
http://code.google.com/p/sympy/issues/detail?id=1899

Uniform handling of arguments like `3 + x - x*(1 + x) + x**2` was implemented across polys, e.g.:

In [1]: factor(3 + x - x*(1 + x) + x**2)
Out[1]: 3

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to