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

On my 2084 branch (with the patch I attached previously):

x**(-2) dir= - = oo
x**(-2) dir= + = oo
x**(-3) dir= - = -oo
x**(-3) dir= + = oo
x**(-1/2) dir= - = (oo)*I
x**(-1/2) dir= + = oo
x**(-2/3) dir= - = (oo)*I
x**(-2/3) dir= + = oo
x**2 dir= - = 0
x**2 dir= + = 0
x**3 dir= - = 0
x**3 dir= + = 0
x**(1/2) dir= - = 0
x**(1/2) dir= + = 0
x**(2/3) dir= - = 0
x**(2/3) dir= + = 0

I think all results are correct.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to