30 #ifndef AMATH_FUNCTION_LNROOT_H 31 #define AMATH_FUNCTION_LNROOT_H Represents a mathematical function in a syntax tree.
A natural logarithm function in a syntax tree.
LnRootNode(ExpressionNode *expression, char *text, char *sys)
static FunctionNode * Create(ExpressionNode *expression, char *text, char *sys)
Base class for all nodes related to mathematical expressions.