You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Goal
For example, given the series $\sum_{n=0} ^ {\infty} \frac {f^{(n)}(a)}{n!} , (x-a)^{n}$
this plugin is supossed to expand the first terms. (e.g. $f(a)+\frac {f'(a)}{1!} (x-a)+ \frac{f''(a)}{2!} (x-a)^2+\frac{f^{(3)}(a)}{3!}(x-a)^3+ \cdots.$)