![]() |
API Documentation
|
Logic for storing the definition of a formula, that can be displayed to the end-user. More...
#include <Formula.h>
Public Member Functions | |
| Buffer< String > | dependentVariables () const |
| String | displayFormula (bool simplify) const |
| Equation< fltp08 > | equation () const |
| String | simplifiedFormula () const |
| fltp08 | solve () const |
Static Public Member Functions | |
| static String | DisplayString (const String &name) |
Logic for storing the definition of a formula, that can be displayed to the end-user.
| String displayFormula | ( | bool | simplify | ) | const |
| String simplifiedFormula | ( | ) | const |
| fltp08 solve | ( | ) | const |
| String category |
| Dictionary<String, String> dependent_variables |
| String description |
| String formula |
| TranslatedString name |
| ConstPointer<Unit> result_unit |
| UnitCategory result_unit_type = UnitCategory::e_undefined_unit |
| String symbol |