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