Updates:
Labels: -NeedsReview NeedsBetterPatch
Comment #15 on issue 2084 by nicolas.pourcelot: limit(1+1/x, x, 0, dir='-')
fails
http://code.google.com/p/sympy/issues/detail?id=2084
"What about positive rationals from the left? Does this now look right?
x**(1/2) dir= - = zoo
...
x**(2/3) dir= - = zoo"
We should have 0 instead.
(-.00000001)**(S(1)/2)
0.0001*I
(-.00000001)**(S(2)/3)
-2.32079441680639e-6 + 4.01973384383085e-6*I
--
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.