TheAlgorithms-Python/maths/series
Ayush Bisht ced83bed2c
Add arithmetic_mean.py (#4243)
* arithmetic_mean

* arithmetic_mean

* checks

* checked

* Revert "checked"

This reverts commit 3913a39ae2.

* checks-3

* update-1
2021-03-12 08:25:54 +01:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
arithmetic_mean.py Add arithmetic_mean.py (#4243) 2021-03-12 08:25:54 +01:00
geometric_mean.py Add geometric_mean.py (#4244) 2021-03-01 22:30:16 +01:00
geometric_series.py
harmonic_series.py
p_series.py