void mathexpr_delete(MathExpr *expr)
Definition mathexpr.c:735
double mathexpr_eval(MathExpr *expr, double(*getVal)(int))
Definition mathexpr.c:516
MathExpr * mathexpr_create(char *s, int(*getVar)(char *))
Definition mathexpr.c:743
int ivar
Definition mathexpr.h:19
struct ExprNode * prev
Definition mathexpr.h:21
int opcode
Definition mathexpr.h:18
double fvalue
Definition mathexpr.h:20
struct ExprNode * next
Definition mathexpr.h:22