Python/maths
PatOnTheBack 897f1d0fb4 Improved Formatting and Style of Math Algos (#960)
* Improved Formatting and Style

I improved formatting and style to make PyLama happier.

Linters used:

- mccabe
- pep257
- pydocstyle
- pep8
- pycodestyle
- pyflakes
- pylint
- isort

* Create volume.py

This script calculates the volumes of various shapes.

* Delete lucasSeries.py

* Revert "Delete lucasSeries.py"

This reverts commit 64c19f7a6c.

* Update lucasSeries.py
2019-07-10 22:09:24 +02:00
..
3n+1.py Some directories had a capital in their name [fixed]. Added a recursive factorial algorithm. (#763) 2019-04-22 22:53:56 +08:00
abs_Max.py refactor 2019-05-26 21:56:10 +05:30
abs_Min.py refactor 2019-05-26 21:56:10 +05:30
abs.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
average_mean.py Rename average.py to average_mean.py (#939) 2019-07-10 07:21:04 +02:00
average_median.py Implement Three New Algorithms (#948) 2019-07-05 14:06:48 +05:30
basic_maths.py Improve Formatting and Code Quality (#934) 2019-07-02 09:35:43 +05:30
Binary_Exponentiation.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
extended_euclidean_algorithm.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
factorial_python.py Improve Formatting and Code Quality (#934) 2019-07-02 09:35:43 +05:30
factorial_recursive.py Improve Formatting and Code Quality (#934) 2019-07-02 09:35:43 +05:30
fermat_little_theorem.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
fibonacci_sequence_recursion.py Added b16, b32, a85, abs, absMax, absMin 2018-11-03 12:08:13 -08:00
fibonacci.py Iterative fibonacci with unittests from slash (#882) 2019-06-08 20:25:34 +08:00
find_lcm.py Improve Formatting and Code Quality (#934) 2019-07-02 09:35:43 +05:30
Find_Max.py refactor 2019-05-26 21:56:10 +05:30
Find_Min.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
greater_common_divisor.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
lucas series.py Updated README 2019-07-06 11:11:20 +05:30
modular_exponential.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
newton_raphson.py Removed Unnecessary Assignment for 'error' Var (#920) 2019-07-07 23:45:42 +08:00
Prime_Check.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
segmented_sieve.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
sieve_of_eratosthenes.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
simpson_rule.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
trapezoidal_rule.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00
volume.py Improved Formatting and Style of Math Algos (#960) 2019-07-10 22:09:24 +02:00