summaryrefslogtreecommitdiffstats
path: root/libraries/muParser/README
diff options
context:
space:
mode:
author Petar Petrov2011-10-20 02:19:50 +0200
committer Niels Horn2011-10-21 19:59:17 +0200
commitebd7439e5fc39e564516d4b7e76ca5be2533c3fd (patch)
treebc0e38e7ec2b45141c2050c59b141badb8206009 /libraries/muParser/README
parent689264195c7f1e15673cd3b1696e0a6a2032683f (diff)
downloadslackbuilds-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/README8
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.