Top 20 NuGet Packages

Provides various statistical extensions.
Unsafe extensions to NumCIL
C# port of Adam W Draper's NumeralJS library
Easy to use library for computing math formulas, mean and proportion. Is a basis of Rychusoft.NumericalLibraries. var calc = new Calculator("8^2+5-cos(2*PI)"); var result = calc.Compute(); // result = 68"
Common library for Rychusoft.NumericalLibraries suite
Easy to use library for computing derivative and function value at given point. var derivative = new Derivative("x^2 + 5 - cos(2 * PI * x)"); var result = derivative.ComputeDerivative(1); // result = 2
Easy to use library for computing differential equations. var math = new Rychusoft.NumericalLibraries.Differential.Differential(""3*x^2-5""); var result = math.ComputeDifferential(4, 2, 0); // result = 46
Standard Helper For ICS Application
This extension allows NUnit to create result files in JSON formats for sending via the Test Management for Jira REST API.
An NUnit test runner which runs inside your ASP.NET application.
A simple to use framework for setting up benchmarks and visualizing results in real time.
A set of libraries which extend the NUnit constraint framework to support deeper comparisons and report detailed differences useful to test debugging. In NUnit there are a set of classes that support the Assert.That(actual, ...) style of assertions. This library builds and extends those classes. Wh...
Unofficial port of the popular NUnit unit testing framework for Windows Phone. Forked from nunit-silverlight and updated to support Mango SDK
Extensions and helpers for testing with NUnit
Add Expect (as Jasmine) behavior to NUnit to use instead of Assert.X
An extension to nunit assertions to reflect on lambda expressions passed to an expect method to give better output of what goes wrong on failures, rather than the builtin assertions.
Adds BDD .Should() assertion syntax to NUnit
NUnit test runner for Xamarin Forms