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/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libraries/muParser/slack-desc (limited to 'libraries/muParser/slack-desc') diff --git a/libraries/muParser/slack-desc b/libraries/muParser/slack-desc new file mode 100644 index 0000000000..4faaa1cec2 --- /dev/null +++ b/libraries/muParser/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +muParser: muParser (A math parser library) +muParser: +muParser: muParser is an extensible high performance math expression parser +muParser: library written in C++. It works by transforming a mathematical +muParser: expression into bytecode and precalculating constant parts of the +muParser: expression. +muParser: +muParser: +muParser: +muParser: +muParser: Home: http://muparser.sourceforge.net/ -- cgit v1.2.3-79-gdb01