Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site











SourceForge.net Logo

UserEquation

 

class UserEquation : public ExplicitEquation

 

UserEquation permits to enter equations in run time as simple text.

 

Constructor Detail


 

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.

 

 

Do you want to contribute?