Converter for math equations.
Definition InfixToPostfix.h:46
A parser for converting equation strings to postfix.
Definition InlineInfixToPostfix.h:34
virtual InfixOperator * findOperator(QString element)
This method will first search the recognized list of operators and functions for the given token.
Definition InlineInfixToPostfix.cpp:81
InlineInfixToPostfix()
Constructs an InlineInfixToPostfix object.
Definition InlineInfixToPostfix.cpp:24
virtual ~InlineInfixToPostfix()
Destroys the InlineInfixToPostfix object.
Definition InlineInfixToPostfix.cpp:32
virtual bool isKnownSymbol(QString representation)
This method attempts to verify that the given argument is recognized as a valid function,...
Definition InlineInfixToPostfix.cpp:44