Various algorithms from math classes implemented in Python 3.
Go to file
Sven Vogel 2de8ca6432 added zero point approximation 2023-04-25 19:18:06 +02:00
.idea finished newton polynom 2023-04-25 16:27:32 +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 zero point approximation 2023-04-25 19:18:06 +02:00
zero_point_approximation added zero point approximation 2023-04-25 19:18:06 +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 zero point approximation 2023-04-25 19:18:06 +02:00

README.md

math_algorithms

Various algorithms from math classes implemented in Python 3.