class UserEquation : public ExplicitEquation
UserEquation permits to enter equations in run time as simple text.
UserEquation(String name, String strEquation, String varHoriz = "x")
Creates user equation named name, with the equation in strEquation and being varHoriz the variable name that represents the horizontal axis.
|