press flag to restart Try to enter an equation. You can use * for multiplication, or parenthesis ( ), ^ for exponent, - and + for subtraction and addition. Try plugging in equations like: 2x+2 1/x (x/5)^3 (x/2)-1 Since this isn't perfect, don't try equations that: - Have double parenthesis, like ((5)x)-3 INSTEAD do (5)x-3 - Don't multiply x in denominator like 1/2*x INSTEAD do 1/(2*x) - Sometimes changing order helps, for example if this won't work: 5x^2+7x-2 INSTEAD try (5*x^2)+7x-2 - Some equations require more accuracy than I can provide, like 2^x which should be a nice straight up curve, which isn't the case here. There's no alternative. Also, negative exponents don't work. Exponents need to be zero or greater. OH– that's probably why 2^x doesn't work!!! And I just realized that lol... I guess I'll need to make negative exponents work then, I think I know how... but I gtg sleep now so gn There's a lot more mistakes than I can count. I did make this in a day afterall.... but for the most part, it should work. For now, it's just a prototype. Coming soon probably: - Zooming - Panning - negative exponents - Might try to fix some of the errors I mentioned above
Big thanks to @cs3711034 for creating the original project and giving me inspiration to try this idea out. I kept some things from the original project, and added some extra nice stuff, along with the ability of plugging in (almost) any simple function (not perfect but for the most part, it is). I would've done more, but it's almost midnight. Making this was fun... I'm not a math nerd, trust me xD Honestly, I didn't expect to finish it so soon too. Well, lemme know if you liked this project and ways I should improve it :) (Also, I can't help but point out how much I love how the purple points are marked on the graph of the function!! Like– I just came up with the idea last minute, and it WORKED perfectly, try 1/x or (x^2)-3 for example)