Skip to content
amomra edited this page Apr 22, 2015 · 11 revisions

muParserNET

This library implements a .NET wrapper for the muParser math parser library. It is an extensible high performance math expression parser library written in C++. It works by transforming a mathematical expression into bytecode and precalculating constant parts of the expression.

Most of the documentation on this Wiki was copied and modifed from the muParser official website to describe the example codes in .NET supported languages (mostly C#).

User guide

Clone this wiki locally