beltoforion/muparser
muparser is a fast math parser library for C/C++ with (optional) OpenMP support.
Why it is useful
muparser is a recent open-source project in Mathematics. It is included because it has recent repository activity and can support mathematical learning, research, modelling, software development, or AI workflows.
Repository at a glance
- Owner: beltoforion
- Primary language: C++
- Latest update: 2026-07-31
- Stars / forks: 526 / 141
- License: BSD-2-Clause
- Links: Official project site
Good starting points
- Read the project README and installation instructions.
- Try the smallest example before changing parameters or datasets.
- Check tests, issues, and release notes before relying on results in teaching or research.
- Cite the repository and its license when reusing code or figures.
README snapshot
muparser - fast math parser library =================================== Change Notes for Revision 2.3.6 (2026-04-10) =========================== Changes: ----------- - Issue https://github.com/beltoforion/muparser/issues/161: Add HasFun function added to query the existance of a function under a given name. - Issue https://github.com/beltoforion/muparser/issues/93: Add cotangent function Security Fixes: ----------- - Issue https://github.com/beltoforion/muparser/issues/167: Add