mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
ebd7439e5f
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
8 lines
366 B
Text
8 lines
366 B
Text
Many applications require the parsing of mathematical expressions.
|
|
The main objective of this library is to provide a fast and easy way
|
|
of doing this.
|
|
|
|
muParser is an extensible high performance math expression parser
|
|
library written in C++. It works by transforming a mathematical
|
|
expression into bytecode and precalculating constant parts of the
|
|
expression.
|