👉
Links (Object base class)
1. Class methods
equation_object(extression_or_eo)
- [PARAM] expression_or_eo
- expression like as “y = f(x)” (String)
- existing EquationObject
2. Instance methods
expression=(str) → str
- [PARAM] str
str like as “z = f(x, y)” (String)
expression= sets str to expression, and set will_update flag to true.