Click here to Skip to main content
15,890,438 members
Articles / Programming Languages / C#

MathParser - Math Formula Parser

Rate me:
Please Sign up or sign in to vote.
3.82/5 (33 votes)
20 Jan 2008CPOL 133K   6.5K   80  
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.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
Turkey Turkey
Tamer Oz is a Microsoft MVP and works as Assistant Unit Manager.

Comments and Discussions