slackbuilds/libraries/muParser
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README libraries/muParser: Added (A math parser library) 2011-10-21 15:59:17 -02:00
muParser.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
muParser.info libraries/muParser: Updated for version 2.2.3. 2013-03-22 07:16:37 -04:00
slack-desc libraries/muParser: Updated for version 2.2.3. 2013-03-22 07:16:37 -04:00

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.