Updates:
Status: Fixed
Labels: -NeedsReview PassedReview
Comment #5 on issue 1899 by [email protected]: 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.