65.9K
CodeProject is changing. Read more.
Home

MathParser - Math Formula Parser

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.82/5 (33 votes)

Jan 20, 2008

CPOL
viewsIcon

135590

downloadIcon

6550

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.