Integral Approximation Calculator
- Python 100%
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| riemann-sum.py | ||
| tmp-tests.py | ||
Riemann Sum Python Thing
This is my Riemann Sum Implementation with Turtle I did during the 2018/2019 Holidays
You can install the dependencies (scipy & numpy) by typing pip install -r requirements.txt, in the project root.
Make sure to use a virtual environment! (though this is more of a reminder for myself then anyone else.)