mathmaker
0.4(alpha)
|
Like an Equality with literals and the numeric values to replace them. More...
Public Member Functions | |
def | __init__ |
Constructor. | |
def | substitute |
Executes the substitution of the literal Values by the numeric. | |
Public Attributes | |
subst_dict |
Like an Equality with literals and the numeric values to replace them.
Definition at line 1698 of file calculus.py.
def core.calculus.SubstitutableEquality.__init__ | ( | self, | |
objcts, | |||
subst_dict, | |||
options | |||
) |
Constructor.
objcts | is a [Exponented] of 2 elements at least |
subst_dict | is a {literal Value: numeric Value} equal_signs Contains a list of equal/not equal signs. Must be as long as len(objcts) - 1. The signs are "=" or "neq" |
Definition at line 1713 of file calculus.py.
References core.calculus.SubstitutableEquality.subst_dict.
Referenced by core.root_calculus.Value.substitute().