Closed MatheNerd92 closed 3 years ago
I found the same problem.
Also happens for limit((2*x+log(x))/(x*log(x)),x,Infinity)
which should get 0
, but Infinity
instead
@Meowcolm024, the library currently doesn't know how to get this limit and should have returned it as a limit. I'll leave this open and work on a solution to these types.
@MatheNerd92, @Meowcolm024 both limits should now be fixed on the dev
branch.
HI, first of all thanks for your library. It is great! I think I found a mistake.
Nerdamer('limit(e^(-x),x,Infinity)'); //0
But this one gives
Nerdamer('limit(e^(-x)+2,x,Infinity)'); //Infinity