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