CubeInfixToPostfix()
Constructs a CubeInfixToPostfix converter.
Converter for math equations.
void initialize()
This method is used to create functions that are specific to cubes.
Converter for math equations.
bool isKnownSymbol(QString representation)
This method will return true if it believes the argument represents a valid function or operator.
InfixOperator * findOperator(QString representation)
This method will return a pointer to the operator represented by 'representation.