MOParens

Undocumented in source.

Constructors

this
this(IMathObject obj)

Constructor that takes a pre-parsed object

this
this(string input)

Constructor that eats an input string

Members

Functions

evaluate
real evaluate(real[string] vars)

Return the numeric data represented by this node.

parse
void parse(string input)

This function parses a set of nodes out of an equation string.

simplify
IMathObject simplify(real[string] vars)

Return the simplification of this node (where possible).

toString
string toString()

Return the string that was used to generate this node.

Variables

holder
IMathObject holder;
Undocumented in source.

Inherited Members

From IMathObject

parse
void parse(string input)
Undocumented in source.
toString
string toString()
Undocumented in source.
evaluate
real evaluate(real[string] vars)
Undocumented in source.
simplify
IMathObject simplify(real[string] vars)
Undocumented in source.

Meta