30 #ifndef AMATH_FUNCTION_HYPARCCOSECANT_H 31 #define AMATH_FUNCTION_HYPARCCOSECANT_H static FunctionNode * Create(ExpressionNode *expression, char *text, char *sys)
Represents a mathematical function in a syntax tree.
HyperbolicArcCosecantNode(ExpressionNode *expression, char *text, char *sys)
An inverse hyperbolic cosecant function in a syntax tree.
Base class for all nodes related to mathematical expressions.