jperezr
|
1909f2272f
|
adding doctests to maths/trapezoidal_rule.py (#12193)
* adding doctests to trapezoidal_rule.py
* adding algorithm delta-star transformation
* updating DIRECTORY.md
* delete file star_delta_transform.py
* updating DIRECTORY.md
* modified: ../DIRECTORY.md
---------
Co-authored-by: MRJPEREZR <MRJPEREZR@users.noreply.github.com>
|
2024-12-28 02:03:24 -08:00 |
|
Christian Clauss
|
bfcb95b297
|
Create codespell.yml (#1698)
* fixup! Format Python code with psf/black push
* Create codespell.yml
* fixup! Format Python code with psf/black push
|
2020-01-18 13:24:33 +01:00 |
|
GeorgeChambi
|
9eb50cc223
|
Improved readability (#1615)
* improved readability
* further readability improvements
* removed csv file and added f
|
2019-12-07 06:39:59 +01:00 |
|
William Zhang
|
9eac17a408
|
psf/black code formatting (#1277)
|
2019-10-05 10:14:13 +05:00 |
|
Christian Clauss
|
47a9ea2b0b
|
Simplify code by dropping support for legacy Python (#1143)
* Simplify code by dropping support for legacy Python
* sort() --> sorted()
|
2019-08-19 15:37:49 +02:00 |
|
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 |
|
Alex Brown
|
91fccecb56
|
snake_case all the things
|
2018-10-19 17:14:25 -05:00 |
|