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

I think x**0 is already automatically converted to 1 by sympy, isn't it ?

x**0
1

So, computing limit(x**0, x, 0) results in limit(1, x, 0), not matter what's in limit() code.

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