Comment #3 on issue 2200 by [email protected]: limit(sin(x),x,oo) should raise an error
http://code.google.com/p/sympy/issues/detail?id=2200
We need a general way to describe and test for singularities. In particular Wild('a')*oo should be recognisable as "usually singular".
This will then allow the code from issue 905 to handle (acos(1+a*x**2)).series(x), which currently returns funny expressions involving a*oo.
-- 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.
