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