Various algorithms from math classes implemented in Python 3.
Go to file
Sven Vogel 7310527c78 added several modules 2023-04-25 15:37:03 +02:00
fixpoint_approximation added several modules 2023-04-25 15:37:03 +02:00
linear_approximation added several modules 2023-04-25 15:37:03 +02:00
newton_polynom added several modules 2023-04-25 15:37:03 +02:00
.gitignore Initial commit 2023-04-25 13:27:17 +00:00
LICENSE Initial commit 2023-04-25 13:27:17 +00:00
README.md Initial commit 2023-04-25 13:27:17 +00:00
main.py added several modules 2023-04-25 15:37:03 +02:00

README.md

math_algorithms

Various algorithms from math classes implemented in Python 3.