Collection of basic equations to solve (like x+7=-9, 5x=10, 3=2-x. More...
Public Member Functions | |
def | __init__ |
Constructor. |
Collection of basic equations to solve (like x+7=-9, 5x=10, 3=2-x.
..).
Definition at line 33 of file EquationsBasic.py.
def sheet::EquationsBasic::EquationsCalculable::__init__ | ( | self, | ||
embedded_machine, | ||||
options | ||||
) |
Constructor.
embedded_machine | The machine to be used | |
**options | Any options |
Reimplemented from sheet::Structure::Structure.
Definition at line 45 of file EquationsBasic.py.