slackbuilds_ponce/libraries/muParser
Petar Petrov c45d5d9ab6 libraries/muParser: Updated for version 2.1.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-01-16 00:13:41 -06:00
..
muParser.info libraries/muParser: Updated for version 2.1.0. 2012-01-16 00:13:41 -06:00
muParser.SlackBuild libraries/muParser: Updated for version 2.1.0. 2012-01-16 00:13:41 -06:00
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.