diff options
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. |