einsteinsci
- 9,480 total downloads
- last updated 6/11/2015
- Latest version: 0.2.2
This package uses a Pratt Parser to parse mathematical expresssions in a made-up language. This library takes a string, can convert it into a token stream, parse that stream into a parse tree (returning the root node), and evaluate that into a result.
- 6,984 total downloads
- last updated 6/9/2015
- Latest version: 0.2.0
A library of various mathematical and statistical functions, as part of a class project. Most functions are stored in nested static classes, each inner class representing a particular branch of the code. Most functions have an extension method form in the namespace MathPlusLib.Extensions. This...
More information