blob: c3c5a8b45876280fc6f3f759254169109abfe9a4 (
plain) (
blame)
1
2
3
4
5
|
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.
WWW: http://muparser.beltoforion.de/
|