ColdIV / math-tool

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

FunctionPlotter: Fix transformation from string to calculatable function #45

Open laser-shark opened 4 years ago

laser-shark commented 4 years ago

Right now, every x is just replaced by *x, which does not allow functions like "x + 10" or "sin(x)". We should fix the replacement. First idea: only replace x by *x when it is immediately after a number.