Comment #5 on issue 1950 by andy.ter...@gmail.com: Piecewise((x, 0 < x), (0, Eq(x, 0)), (-x, x < 0))._eval_interval(x, -1, 1) is wrong
http://code.google.com/p/sympy/issues/detail?id=1950

If you ignore the subinterval (oo, Eq(x, 0) then the miss its the contribution to the interval.

Piecewise((x, 0 < x), (oo, Eq(x, 0)), (-x, x < 0))._eval_interval(x, -1, 1) == 1 not 0

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