summaryrefslogtreecommitdiffstats
path: root/libraries/muparserx/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/muparserx/README')
-rw-r--r--libraries/muparserx/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/muparserx/README b/libraries/muparserx/README
new file mode 100644
index 0000000000..4ec167c973
--- /dev/null
+++ b/libraries/muparserx/README
@@ -0,0 +1,7 @@
+muparserx is an extensible high performance math expression parser
+library written in C++ originally. Originally based on the muparser
+engine it has evolved into a standalone project with a completely new
+parsing engine.
+
+Whereas muparser works only scalar data types, muparserx extends the
+support to strings, vector and complex data as arrays and matrices.