ColdIV / math-tool

math-tool - a school project
2 stars 0 forks source link

Function plotter #30

Closed laser-shark closed 4 years ago

laser-shark commented 4 years ago

This PR adds a FunctionPlotter class to the backend. This class transforms a string like "2x^2 + 10x" into an Object with Points for every x and corresponding y. It works (= it draws something on the screen), but it doesn't seem to be mathematically correct yet :sweat_smile: