Updates:
Status: Accepted
Labels: WrongResult Series
Comment #1 on issue 2455 by asmeurer: limit evaluation error
[limit(1/cos(x), x, pi/2, dir='+') = ∞]
http://code.google.com/p/sympy/issues/detail?id=2455
limit(expr, x, val) is equivalent to limit(expr, x, val, dir="+") (see
issue 1000, for example). It's kind of a gotcha that the limit is
evaluated from the right by default, and we'd like to change it to evaluate
from both sides by default.
--
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.