MathParseKit available on GitHub

Since few days it is available on Github a library named MathParseKit, an easy way to integrate a mathematical interpreter inside a C++ program.

Differently from common thought, a mathematical interpreter is not a niche software component, but can become useful in a lot of applications allowing powerful user interactions.

How many times it happens to have numerical fields that accept only “numbers”?

Why do not allow the user to insert entire functions?

or

How many times have you wanted to allow the user to set some parameters in a way that permits dependencies from others?

How is it complex to allow maximum flexibility, keeping the code simple?

With MathParseKit this operation is easy and intuitive.

Allow users to write:

Why to reinvent the wheel, when this has been thought, built, and tested by others?

For more information:

MathParseKit on Github
MathParseKit wiki on Github

Carlo Bernashina
2013-03-26