An application for solving linear\quadratic graphs.
Go to file
xypnox a1587e73f7 Add calcLinearIntersection method
This method calculates the intersection point between two Lines. This
method returns the coordinates of intersection if there is a unique
point, 0 if there are none, and math.inf if the lines coincide.
2019-10-28 20:04:09 +03:00
.github/ISSUE_TEMPLATE Update issue templates 2019-10-15 17:45:21 +03:00
.vscode Add calcLinearIntersection method 2019-10-28 20:04:09 +03:00
gui Testing fix #18 (#19) 2019-10-22 22:00:43 +03:00
Icons icons to use 2019-10-12 18:49:19 +03:00
methods/linear Add calcLinearIntersection method 2019-10-28 20:04:09 +03:00
ui Rename ui files 2019-10-13 18:08:09 +03:00
.gitignore Testing fix #18 (#19) 2019-10-22 22:00:43 +03:00
app.py Added functionality for button 2019-10-17 14:51:24 +02:00
buildUI.py Add build scripts for ui files 2019-10-14 18:24:41 +03:00
clean.sh Add build scripts for ui files 2019-10-14 18:24:41 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-10-15 17:40:02 +03:00
commits.py Added commiter automation script (#17) 2019-10-18 15:36:39 +03:00
LICENSE Initial commit 2019-10-11 16:46:14 +03:00
README.md Fix file names in setup.py and typo in README 2019-10-16 03:37:59 +05:00
requirements.txt Added commiter automation script (#17) 2019-10-18 15:36:39 +03:00
setup.py Fix file names in setup.py and typo in README 2019-10-16 03:37:59 +05:00
Ui.py Added functionality for button 2019-10-17 14:51:24 +02:00

GraphSolver

An application for solving linear/quadratic graphs.