.. |
images
|
|
|
series
|
Harmonic Geometric and P-Series Added (#1633)
|
2019-12-14 06:46:02 +01:00 |
__init__.py
|
pyupgrade --py37-plus **/*.py (#1654)
|
2020-01-03 22:25:36 +08:00 |
3n_plus_1.py
|
contribution guidelines checks (#1787)
|
2020-03-04 13:40:28 +01:00 |
abs_max.py
|
|
|
abs_min.py
|
|
|
abs.py
|
some pytest on math folder (#1405)
|
2019-10-21 22:36:33 +02:00 |
add.py
|
Rename math/add.py to maths/add.py (#1857)
|
2020-04-13 07:50:46 +02:00 |
allocation_number.py
|
psf/black changes to next_greater_element.py (#1817)
|
2020-03-28 07:24:59 +01:00 |
area_under_curve.py
|
codespell --quiet-level=2 (#1711)
|
2020-01-24 00:21:51 +08:00 |
armstrong_numbers.py
|
codespell --quiet-level=2 (#1711)
|
2020-01-24 00:21:51 +08:00 |
average_mean.py
|
some pytest on math folder (#1405)
|
2019-10-21 22:36:33 +02:00 |
average_median.py
|
|
|
average_mode.py
|
contribution guidelines checks (#1787)
|
2020-03-04 13:40:28 +01:00 |
basic_maths.py
|
contribution guidelines checks (#1787)
|
2020-03-04 13:40:28 +01:00 |
binary_exp_mod.py
|
Added binary exponentiaion with respect to modulo (#1428)
|
2019-12-24 07:23:15 +01:00 |
binary_exponentiation.py
|
Improved readability (#1615)
|
2019-12-07 06:39:59 +01:00 |
binomial_coefficient.py
|
Added binomial coefficient (#1467)
|
2019-10-26 11:18:28 +02:00 |
bisection.py
|
Fixes black failures from Previous PR (#1751)
|
2020-02-13 02:19:41 +05:30 |
ceil.py
|
GitHub Action formats our code with psf/black (#1569)
|
2019-11-14 19:59:43 +01:00 |
chudnovsky_algorithm.py
|
Add Chudnovskys algorithm for calculating many digits of pi (#1752)
|
2020-02-12 15:04:59 +01:00 |
collatz_sequence.py
|
Improve collatz_sequence algorithm (#1726)
|
2020-02-07 02:30:08 +05:30 |
combinations.py
|
Added to maths and strings (#1642)
|
2020-01-08 14:18:17 +01:00 |
eulers_totient.py
|
Code for Eulers Totient function (#1229)
|
2019-12-01 06:58:25 +01:00 |
explicit_euler.py
|
contribution guidelines checks (#1787)
|
2020-03-04 13:40:28 +01:00 |
extended_euclidean_algorithm.py
|
|
|
factorial_iterative.py
|
contribution guidelines checks (#1787)
|
2020-03-04 13:40:28 +01:00 |
factorial_python.py
|
GitHub Action formats our code with psf/black (#1569)
|
2019-11-14 19:59:43 +01:00 |
factorial_recursive.py
|
Create factorial_iterative.py (#1693)
|
2020-01-18 14:06:48 +01:00 |
factors.py
|
Factors of a number (#1493)
|
2019-10-29 23:54:30 +01:00 |
fermat_little_theorem.py
|
|
|
fibonacci_sequence_recursion.py
|
|
|
fibonacci.py
|
|
|
find_max_recursion.py
|
|
|
find_max.py
|
rename and add doctest (#1501)
|
2019-10-28 13:50:36 +01:00 |
find_min_recursion.py
|
|
|
find_min.py
|
Update find_min.py (#1627)
|
2019-12-11 07:57:08 +01:00 |
floor.py
|
GitHub Action formats our code with psf/black (#1569)
|
2019-11-14 19:59:43 +01:00 |
gamma.py
|
Added to maths and strings (#1642)
|
2020-01-08 14:18:17 +01:00 |
gaussian.py
|
GitHub Action formats our code with psf/black (#1569)
|
2019-11-14 19:59:43 +01:00 |
greatest_common_divisor.py
|
Update greatest_common_divisor.py (#1513)
|
2019-10-29 11:06:37 +01:00 |
hardy_ramanujanalgo.py
|
pyupgrade --py37-plus **/*.py (#1654)
|
2020-01-03 22:25:36 +08:00 |
is_square_free.py
|
|
|
jaccard_similarity.py
|
|
|
karatsuba.py
|
psf/black code formatting (#1421)
|
2019-10-22 19:13:48 +02:00 |
kth_lexicographic_permutation.py
|
|
|
largest_of_very_large_numbers.py
|
|
|
least_common_multiple.py
|
|
|
line_length.py
|
codespell --quiet-level=2 (#1711)
|
2020-01-24 00:21:51 +08:00 |
lucas_lehmer_primality_test.py
|
pyupgrade --py37-plus **/*.py (#1654)
|
2020-01-03 22:25:36 +08:00 |
lucas_series.py
|
|
|
matrix_exponentiation.py
|
Create codespell.yml (#1698)
|
2020-01-18 13:24:33 +01:00 |
miller_rabin.py
|
Added binary exponentiaion with respect to modulo (#1428)
|
2019-12-24 07:23:15 +01:00 |
mobius_function.py
|
Create codespell.yml (#1698)
|
2020-01-18 13:24:33 +01:00 |
modular_exponential.py
|
uses: actions/checkout@v2 (#1779)
|
2020-02-21 15:32:35 +05:30 |
monte_carlo_dice.py
|
uses: actions/checkout@v2 (#1779)
|
2020-02-21 15:32:35 +05:30 |
monte_carlo.py
|
estimate area under a curve defined by non-negative real-valued continuous function within a continuous interval using monte-carlo (#1785)
|
2020-02-23 08:10:50 +01:00 |
newton_raphson.py
|
pyupgrade --py37-plus **/*.py (#1654)
|
2020-01-03 22:25:36 +08:00 |
numerical_integration.py
|
codespell --quiet-level=2 (#1711)
|
2020-01-24 00:21:51 +08:00 |
perfect_square.py
|
GitHub Action formats our code with psf/black (#1569)
|
2019-11-14 19:59:43 +01:00 |
pi_monte_carlo_estimation.py
|
Wrap lines that go beyond GitHub Editor (#1925)
|
2020-05-01 23:36:35 +02:00 |
polynomial_evaluation.py
|
|
|
prime_check.py
|
|
|
prime_factors.py
|
|
|
prime_numbers.py
|
improved prime numbers implementation (#1606)
|
2019-12-07 06:39:08 +01:00 |
prime_sieve_eratosthenes.py
|
Create codespell.yml (#1698)
|
2020-01-18 13:24:33 +01:00 |
pythagoras.py
|
pyupgrade --py37-plus **/*.py (#1654)
|
2020-01-03 22:25:36 +08:00 |
qr_decomposition.py
|
psf/black code formatting (#1421)
|
2019-10-22 19:13:48 +02:00 |
quadratic_equations_complex_numbers.py
|
Update quadratic equations solver (#1764)
|
2020-02-20 00:15:55 +05:30 |
radians.py
|
Added to maths and strings (#1642)
|
2020-01-08 14:18:17 +01:00 |
radix2_fft.py
|
|
|
relu.py
|
add relu function (#1795)
|
2020-03-13 08:33:36 +01:00 |
runge_kutta.py
|
psf/black code formatting (#1421)
|
2019-10-22 19:13:48 +02:00 |
segmented_sieve.py
|
|
|
sieve_of_eratosthenes.py
|
pyupgrade --py37-plus **/*.py (#1654)
|
2020-01-03 22:25:36 +08:00 |
simpson_rule.py
|
Create codespell.yml (#1698)
|
2020-01-18 13:24:33 +01:00 |
softmax.py
|
|
|
square_root.py
|
Create codespell.yml (#1698)
|
2020-01-18 13:24:33 +01:00 |
sum_of_arithmetic_series.py
|
|
|
test_prime_check.py
|
|
|
trapezoidal_rule.py
|
Create codespell.yml (#1698)
|
2020-01-18 13:24:33 +01:00 |
volume.py
|
update volumes with type hints + some refactoring (#1353)
|
2020-01-05 07:19:29 +01:00 |
zellers_congruence.py
|
Wrap lines that go beyond GitHub Editor (#1925)
|
2020-05-01 23:36:35 +02:00 |