Comment #9 on issue 3059 by ronan.l...@gmail.com: (x - oo).has(oo) is False; (x - oo).subs(oo, 1) fails
http://code.google.com/p/sympy/issues/detail?id=3059

* Getting rid of NegativeInfinity would simplify a few things and avoid some duplication, so it's probably a good idea.

* Code that assumes that the product of two Numbers is a Number is wrong: there are many counter-examples such as pi*pi or 2*E.

* If you want to define S.NegativeInfinity for backwards compatibility, you can do it at the bottom of numbers.py, just after the line "Mul.identity = One()".

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

Reply via email to