First time here? Check out the FAQ!
answered 2015-03-01 08:20:18 +0100
If Maxima is unsatisfactory, try SymPy:
sage: f = exp(-x) / (2 + sin(x)) sage: import sympy sage: sympy.limit(f,x,oo) 0