99d47b08f7
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/ PR: ports/93379 Submitted by: Nicola Vitale <nivit@email.it>
6 lines
254 B
Text
6 lines
254 B
Text
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/
|