Click here to Skip to main content
15,904,817 members
Articles / General Programming / Parser

A Polynomials Math Parser in VB.NET

Rate me:
Please Sign up or sign in to vote.
5.00/5 (10 votes)
4 May 2022MIT3 min read 16K   1.1K   19  
Polynomials Math Parser and Evaluator in VB.NET
The code includes five classes in order to evaluate a string of a real, complex or polynomial math expression, perhaps reducing the expression to one real or complex number or an equivalent polynomial. The math expression may or may not include variables.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Spain Spain
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions