Comment #21 on issue 1374 by smichr: simplify(x**2-x**2.0) does not yield 0.
http://code.google.com/p/sympy/issues/detail?id=1374

Regarding comment 19: if simplify would include nsimplify(expr, rational=True) this problem would be solved for cases of simplification:

h[1] >>> x**2-x**2.0
x**2 - x**2.0
h[2] >>> nsimplify(_, rational=True)
0

No rsimplify was added, just a rational flag to nsimplify.

--
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.

Reply via email to