Hi Everyone,
I made some modifications to muparser that I think may interest some people. I added the possibility to include more that one equation in an expression. For instance one can create a parser object with the following
<pre>
X=A+B
Y=X+A
Z=X+Y
A =Y
</pre>
and if the values of A and B are set to 3 and 10, as a result the values for A, B, X Y and Z will be...
2009-09-21 17:37:08 UTC in muParser - A fast math parser library