C# dll to solve simple equation

强颜欢笑 提交于 2019-11-29 11:03:43

I've used this Math Expression Parsing library with positive results. The documentation he's provided was very useful to boot.

http://www.codeproject.com/KB/recipes/MathieuMathParser.aspx?display=Print

Your app can then accommodate ad hoc equations which the library will parse into component parts. You can then provide the values for required variables and it will evaluate the result.

The library includes many function (trig, log, factorials, datetime, random, etc.) and can handle user-defined functions.

OtherControls

Use System.Math if you have to make something more diffucult then an addition. Otherwise .. do it your self IT'S FREE !

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!