No description
Find a file
2024-11-17 19:32:44 +01:00
.vscode Commit VS Code settings 2024-09-15 12:50:03 +02:00
docs Create docs 2024-09-15 21:05:20 +02:00
src/numerical_differentiation Create basic Galois Field GF(2) 2024-11-17 19:32:44 +01:00
tests Create basic Galois Field GF(2) 2024-11-17 19:32:44 +01:00
.envrc Create project layout 2024-09-15 10:32:26 +02:00
.gitignore Create project layout 2024-09-15 10:32:26 +02:00
mkdocs.yml Create docs 2024-09-15 21:05:20 +02:00
pdm.lock Add PyTest coverage support to dev dependencies 2024-10-13 20:33:01 +02:00
pyproject.toml Add PyTest coverage support to dev dependencies 2024-10-13 20:33:01 +02:00
README.md Describe purpose in readme 2024-09-15 10:33:23 +02:00

Numerical Differentiation

My way of practically learning numerical methods for differentiation and integration.