Comment #9 on issue 3059 by [email protected]: (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-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