Taylor expansion calculator

The taylor series calculator allows to calculate the Taylor expansion of a function.
taylor_series_expansion(`cos(x);x;0;4`), returns `(x^4)/24+(-x^2)/2+1`
See also