mathmaker
0.4(alpha)
|
All Printable objects : Exponenteds & others (Equations...) Any Printable must reimplement the into_str() method. More...
Public Member Functions | |
def | into_str |
Creates a string of the given object in the given ML. |
All Printable objects : Exponenteds & others (Equations...) Any Printable must reimplement the into_str() method.
def core.base.Printable.into_str | ( | self, | |
options | |||
) |
Creates a string of the given object in the given ML.
options | Any options |
Reimplemented in core.base_calculus.BinomialIdentity, core.base_calculus.Sum, core.base_calculus.Product, core.base_calculus.Quotient, core.calculus.Table, core.calculus.Equation, core.base_calculus.SquareRoot, core.root_calculus.Value, core.base_calculus.Item, core.calculus.Equality, and core.calculus.Expression.