Python/maths/series
Atharva Deshpande 1e64bf4600
Re-organize math/series (#5044)
* added harmonic mean

* Update maths/series/harmonic_mean.py

Updated the write-up of reference given in the code.

Co-authored-by: John Law <johnlaw.po@gmail.com>

* changes in arithmetic and geometric mean code

* mean and series added in a single file

Co-authored-by: John Law <johnlaw.po@gmail.com>
2021-10-18 12:46:23 +08:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
arithmetic.py Re-organize math/series (#5044) 2021-10-18 12:46:23 +08:00
geometric_series.py Harmonic Geometric and P-Series Added (#1633) 2019-12-14 06:46:02 +01:00
geometric.py Re-organize math/series (#5044) 2021-10-18 12:46:23 +08:00
harmonic_series.py [mypy] Fix type annotations for maths (#4617) 2021-08-18 12:45:07 +02:00
harmonic.py Re-organize math/series (#5044) 2021-10-18 12:46:23 +08:00
p_series.py Harmonic Geometric and P-Series Added (#1633) 2019-12-14 06:46:02 +01:00