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-patches" group. To post to this group, send email to sympy-patc...@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.