Updates:
        Labels: -NeedsReview NeedsBetterPatch

Comment #6 on issue 2084 by nicolas.pourcelot: limit(1+1/x, x, 0, dir='-') fails
http://code.google.com/p/sympy/issues/detail?id=2084

Hmm, I spoke to quickly:

limit(x+1/x,x,0,dir='-')
-oo # ok

limit(1/x**2+1/x,x,0,dir='-')
-oo # wrong result

The second one worked in master (though as a side-effect of 1/0 incorrect result, I'm afraid).

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