imp
af0810fca1
[mypy] Fix type annotations for maths ( #4617 )
...
* Fix mypy errors for armstrong_numbers.py
* Fix mypy errors for harmonic_series.py
* Fix mypy errors for average_median.py
2021-08-18 12:45:07 +02:00
Ayush Bisht
ced83bed2c
Add arithmetic_mean.py ( #4243 )
...
* arithmetic_mean
* arithmetic_mean
* checks
* checked
* Revert "checked"
This reverts commit 3913a39ae2c4ee183443eed67ee7427e3d322ad4.
* checks-3
* update-1
2021-03-12 08:25:54 +01:00
Ayush Bisht
0435128cc0
Add geometric_mean.py ( #4244 )
...
* geometric_mean3
* update-GM.PY
* update-AM.PY
* Revert "update-AM.PY"
This reverts commit 11792ec9747bec5d00e51edcd462bf87150cdba9.
2021-03-01 22:30:16 +01:00
Dhruv
48357cea5b
Add __init__.py files in all the directories ( #2503 )
2020-09-28 19:42:36 +02:00
Muhammad Ibtihaj Naeem
bc5b92f7f9
Harmonic Geometric and P-Series Added ( #1633 )
...
* Harmonic Geometric and P-Series Added
* Editing comments
* Update and rename series/Geometric_Series.py to maths/series/geometric_series.py
* Update and rename series/Harmonic_Series.py to maths/series/harmonic_series.py
* Update and rename series/P_Series.py to maths/series/p_series.py
2019-12-14 06:46:02 +01:00