-
-
Notifications
You must be signed in to change notification settings - Fork 641
Open
Description
As reported in ask.sagemath.org we have
sage: f = exp(-x) / (2 + sin(x))
sage: f.limit(x=+infinity)
und
but it is clearly defined. And sympy gives the expected answer
sage: import sympy
sage: sympy.limit(f,x,+oo)
0
Upstream: Not yet reported upstream; Will do shortly.
CC: @kcrisman
Component: calculus
Keywords: bug, limit
Issue created by migration from https://trac.sagemath.org/ticket/17878