slackbuilds_ponce/libraries/muParser
Petar Petrov ebd7439e5f libraries/muParser: Added (A math parser library)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-10-21 15:59:17 -02:00
..
muParser.info
muParser.SlackBuild
README
slack-desc

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.