MOIdentifier

Undocumented in source.

Constructors

this
this(string c)
Undocumented in source.
this
this(string id, IMathObject[] inargs)
Undocumented in source.

Members

Functions

evaluate
real evaluate(real[string] vars)

Return the numeric data represented by this node.

isBuiltin
bool isBuiltin(string fun)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
void parse(string source)

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

args
IMathObject[] args;
Undocumented in source.
identifier
string identifier;
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