Represents a mathematical function in a syntax tree.
SquareRootNode(ExpressionNode *expression, char *text, char *sys)
virtual Number * Evaluate()=0
virtual Number * SquareRoot()=0
FunctionNode(ExpressionNode *expression, char *text, char *sys)
Base class for all nodes related to mathematical expressions.
A cube root function in a syntax tree.
ExpressionNode * expression
static FunctionNode * Create(ExpressionNode *expression, char *text, char *sys)