A simple X:Y Graph where you manipulate the numbers by typing them in when prompted. Forgive me for the "When graph starts" function doesn't work the first time you change it. The order of the program when it was fixed was terribly slow. Trust me, It's better this way. I found a really neat way to round the numbers to specific places using scientific notation. Feel free to see what I mean by looking inside the project :P Well, Press the green button, and the graph will begin. Notice: If you want a LINEAR graph, keep A at zero. If you want a PARABOLIC graph, change A. This program goes by the equation: Y=AX²+BX+C If you keep A at zero, the equation is: Y=(M)X+B dubbed as Y=BX+C If you keep A and B at zero the equation is: Y=C (Which is kinda boring.)
Made in my spare time at the library. It's not a super complicated program, but It definitely can be used as a graphing calculator by plugging in A B and C.