extensible high performance math parser library in C++
muParser is an extensible high performance math parser library written in C++. It is based on transforming an expression into a bytecode and precalculating constant parts of it.
muParser is an extensible high performance math parser library written in C++. It is based on transforming an expression into a bytecode and precalculating constant parts of it.
To install muparser, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install muparser
To see what files were installed by muparser, run:
port contents muparser
To later upgrade muparser, run:
sudo port selfupdate && sudo port upgrade muparser
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.