diff options
author | Petar Petrov <ppetrov@paju.oulu.fi> | 2011-10-19 22:19:50 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-21 15:59:17 -0200 |
commit | ebd7439e5fc39e564516d4b7e76ca5be2533c3fd (patch) | |
tree | bc0e38e7ec2b45141c2050c59b141badb8206009 /libraries/muParser/README | |
parent | 689264195c7f1e15673cd3b1696e0a6a2032683f (diff) | |
download | slackbuilds-ebd7439e5fc39e564516d4b7e76ca5be2533c3fd.tar.gz |
libraries/muParser: Added (A math parser library)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/muParser/README')
-rw-r--r-- | libraries/muParser/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/muParser/README b/libraries/muParser/README new file mode 100644 index 0000000000..e9fe57223d --- /dev/null +++ b/libraries/muParser/README @@ -0,0 +1,8 @@ +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. |