wellington36 / extrapolation_methods

Algorithms for accelerating series convergence
https://pypi.org/project/extrapolation
MIT License
5 stars 1 forks source link

Create partial sum #21

Closed wellington36 closed 1 year ago

wellington36 commented 1 year ago

Now we get a function that returns partial sums, but we can optimize the code if we get a function that gives particular terms separately.

wellington36 commented 1 year ago

Closed in #22.