answered 10 years ago
If Maxima is unsatisfactory, try SymPy:
sage: f = exp(-x) / (2 + sin(x)) sage: import sympy sage: sympy.limit(f,x,oo) 0