slackbuilds/libraries/muParser
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
muParser.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
muParser.info libraries/muParser: update for version2.3.2 2021-05-18 23:40:21 +07:00
slack-desc

README

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.