Registry / utility / muparser

muparser

JSON →
library2.3.5vcpkgunverified

Fast math parser library

vcpkg install muparser
INSTALL
IMPORT
SIG · MUPARSER
M
muparser
utilitycppv2.3.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

muParser.h
#include <muParser.h>

Evaluate a mathematical expression using muParser

#include <muParser.h> #include <iostream> int main() { mu::Parser p; p.SetExpr("sin(pi/4)^2 + cos(pi/4)^2"); double result = p.Eval(); std::cout << "Result: " << result << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

muparser — pip install muparser · libregistry