mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
5 lines
220 B
Text
5 lines
220 B
Text
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.
|
|
|
|
WWW: https://beltoforion.de/en/muparser/
|