ceval-single-header is the single-file variant of the the ceval library which can be included in a C or C++ project to -
evaluate arithmetic expressions passed as char arrays (char *) or C++ strings (std::string)
print parse trees of math expressions containing basic math operators, single-argument functions, double-argument functions, and mathematical constants
ceval-single-header is the single-file variant of the the ceval library which can be included in a C or C++ project to -
char *
) or C++ strings (std::string
)