Welcome to the dotMath Library
Welcome to dotMath, the extensible OpenSource expression compiler for the .NET platform written entirely in C#. Offering speed through compilation of expressions, the library allows for variable handling, an entire function library and the ability to add your own functions.
If you need to evaluate fixed or variable expressions, dotMath is your solution:
fixed expression example: (sin(5)* cos(4/5)) / 3variable expressions example: (sin(a)* cos(b/a)) / cDownload the Version 1.0 release here...
1.0 ProductionGetting Started - How to use dotMathBuilt-in functions and operatorsThe History of dotMath