Visual Studio 2008.NET 3.0Visual Studio 2005.NET 2.0.NET 3.5C# 2.0C# 3.0IntermediateDevVisual Studio.NETC#
MathParser - Math Formula Parser
MathParser is a class that can calculate the result of mathematic operations given as string such as "3+5/2-3*(1+3)". It can also calculate the result of parametric formulas such as 3A+5B/2C. Calculation is made by operation order(/,*,-,+) and parenthesis rule.