From ebd7439e5fc39e564516d4b7e76ca5be2533c3fd Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Wed, 19 Oct 2011 22:19:50 -0200 Subject: libraries/muParser: Added (A math parser library) Signed-off-by: Niels Horn --- libraries/muParser/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libraries/muParser/README (limited to 'libraries/muParser/README') 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. -- cgit v1.2.3