Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding ceval #204

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

adding ceval #204

wants to merge 2 commits into from

Conversation

erstan
Copy link

@erstan erstan commented Aug 9, 2021

https://github.com/erstan/ceval

Ceval is a C/C++ library for parsing and evaluation of math expressions. It is primarily written in C with a very small portion written in C++ that is included only when the #include directive is from a C++ file/project.

Math expressions consisting of floating point numbers (in decimal or exponential form), basic arithmetic operators, relational operators, logical operators and bitwise operators can be parsed using the ceval library. The expression can also contain single-argument[ f(x) ] and double-argument functions [ f(x, y) ].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant