knettercalculator

Automatic calculator for the Math (and Physics) OneNote Script made by my teacher Mr. Knetter
git clone git://archive.git.mtrnord.blog/MTRNord/knettercalculator.git
Log | Files | Refs | README

commit 38938e03932cff18343751a6d7e49e0337c5ea7f
parent 196bab466747d4b10b17a9a24a3abee65cc35105
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Fri,  7 Oct 2016 22:24:34 +0200

Add link on how I can get python do my math
Diffstat:
MCodingResources.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/CodingResources.md b/CodingResources.md @@ -2,3 +2,4 @@ These are the resources I do use for this code. =============================================== - Learning and detecting chars (basicly OCR): http://stackoverflow.com/a/9620295/4929236 +- Getting Python to do higher math from the read code: http://www.python-course.eu/matrix_arithmetic.php