Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 2085 by reikonmusha: Limit code severely broken. http://code.google.com/p/sympy/issues/detail?id=2085 In [1]: limit(sin(x)/x, x, oo) ... PoleError: Don't know how to calculate the limit(1/x, x, 0, dir=+), sorry. In [2]: limit(cos(x)/x, x, oo) ... PoleError: Don't know how to calculate the limit(1/x, x, 0, dir=+), sorry. In [3]: limit(atan(x), x, oo) ... PoleError: Don't know how to calculate the limit(1/x, x, 0, dir=+), sorry. In [4]: limit(gamma(x), x, 1/2) ... AssertionError: In [5]: limit(gamma(x), x, oo) ... PoleError: Don't know how to calculate the limit(1/z, z, 0, dir=+), sorry. -- 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.
