Updates:
        Status: Fixed

Comment #5 on issue 2131 by [email protected]: failing limit
http://code.google.com/p/sympy/issues/detail?id=2131

It no longer raises a division by zero error:

limit(diff(x**3*sin(1/x), x) / x, x, 0)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "sympy/series/limits.py", line 275, in limit
    r = heuristics(e, z, z0, dir)
  File "sympy/series/limits.py", line 299, in heuristics
    raise PoleError(msg % (e, z, z0, dir))
sympy.core.function.PoleError: Don't know how to calculate the limit((3*x**2*sin(1/x) - x*cos(1/x))/x, x, 0, dir=+), sorry.

According to goodok, the limit doesn't exist so raising a pole error seems better than generating a division by zero error.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to