Commit Graph

14 Commits

Author SHA1 Message Date
Julien RICHARD
d8c8acece9
modify tests, changes numbers to remove coma 2024-10-06 14:34:48 +02:00
Julien RICHARD
242b208029
fix: change function name in calls 2024-10-06 14:26:13 +02:00
Julien Richard
2409e252c8
Update maths/trapezoidal_rule.py
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
2024-10-06 14:23:28 +02:00
Julien Richard
9190304498
Update maths/trapezoidal_rule.py
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
2024-10-06 14:22:21 +02:00
Julien Richard
bda4d82da1
Update maths/trapezoidal_rule.py
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
2024-10-06 14:21:58 +02:00
Julien Richard
79ed4e77f9
Update maths/trapezoidal_rule.py
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
2024-10-06 14:21:42 +02:00
Julien RICHARD
aa5a8858ea
fix: too much characters in line 2024-10-01 19:36:58 +02:00
Julien RICHARD
2e67da3a7b
chore: improve comments and add tests to trapezoidal rule 2024-10-01 19:28:17 +02: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