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