diff options
Diffstat (limited to 'math/muparser/pkg-descr')
-rw-r--r-- | math/muparser/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/muparser/pkg-descr b/math/muparser/pkg-descr new file mode 100644 index 000000000000..0489d93d2591 --- /dev/null +++ b/math/muparser/pkg-descr @@ -0,0 +1,6 @@ +muParser is an extensible high performance math parser library written in C++. +It is based on transforming an expression into a bytecode and precalculating +constant parts of it. + +Author: Ingo Berg <ingo_berg@gmx.de> +WWW: http://muparser.sourceforge.net/ |