TheAlgorithms / Python

All Algorithms implemented in Python
https://thealgorithms.github.io/Python/
MIT License
194.64k stars 45.74k forks source link

Create logarithmic_series.py #12344

Open ArijitKD opened 3 weeks ago

ArijitKD commented 3 weeks ago

This is an implementation of logarithmic series in Python. Reference: https://math.stackexchange.com/questions/3973429/what-is-a-logarithmic-series

Changes:

Checklist: