slackbuilds/libraries/muParser
isaackwy 8659506f1b libraries/muParser: Update for 2.3.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-10-24 11:24:05 +07:00
..
README
muParser.SlackBuild libraries/muParser: Update for 2.3.4 2024-10-24 11:24:05 +07:00
muParser.info libraries/muParser: Update for 2.3.4 2024-10-24 11:24:05 +07:00
slack-desc libraries/muParser: Update for 2.3.4 2024-10-24 11:24:05 +07: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.