Comment #14 on issue 2084 by smichr: limit(1+1/x, x, 0, dir='-') fails
http://code.google.com/p/sympy/issues/detail?id=2084
I'll add the tests tonight or tomorrow.
var('x')
from sympy.utilities.iterables import cartes
for args in cartes([-1,1],[2,3,Rational(1,2),Rational(2,3)],['-', '+']):
s,e,d=args
eq=x**(s*e)
print eq, 'dir=',d,'=', limit(eq, x, 0, dir=d)
--
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.