Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

Math Parser .NET C#

Rate me:
Please Sign up or sign in to vote.
4.78/5 (42 votes)
28 Feb 2014GPL31 min read 183.9K   13.1K   71  
This is light, fast and simple to understand mathematical parser designed in one class, which receives as input a mathematical expression (System.String) and returns the output value (System.Double)

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Kazakstan Kazakstan
The pragmatic software developer who has strong analytical and problem-solving skills aimed at improving the efficiency of the solutions implemented. His motto is 'quality, agile and performance'.

Prefers a systematic approach when solving a problem, so he thinks that every good developer, first of all, should be able to manage the complexity of a software system and produce a well-structured solution for a poorly defined problem.

Comments and Discussions