MONumber

Undocumented in source.

Constructors

this
this()

Empty constructor

this
this(real indata)

Real constructor

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 source)

This function parses a number out of a string and eats characters as it goes, hence the ref string parameter.

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

_data
real _data;
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