alexksr

Results 2 issues of alexksr

Verison: 1.11.1 Problem: Incorrect limit ``` from sympy import * x = symbols('x') n = symbols('n', positive=True, integer=True) expr = (5*x)**(n+2)/x**2 print(limit(expr, x, 0)) # result is oo print(limit(expr.simplify(), x,...

series
limits

**Is your feature request related to a problem? Please describe.** When calling a function or subroutine with a long list of arguments, there is no autocomplete support, meaning I have...

enhancement