Top 20 NuGet mathematics Packages

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.
MathExtensions is a library for .NET that aims to provide useful extensions methods regarding various mathematical domains, like combinatorics, sequence analysis, sequence generation, sequence manipulation, random extractions, etc.
Basic statistics with some probability library. Includes common distributions (Bernoulli, Binomial, Poisson, Student's and Normal), random number generators from some of the distributions, summary statistics for a sample, Z-Test, Student's T-Test, special functions (Error, Gamma, Beta and Regularize...
FsStats.OOD is an incomplete object-oriented interface for FsStats https://www.nuget.org/packages/FsStats
This library provides a variety of intuitive mathematics APIs.
Small and lightweight 3D vector and matrix library for .NET 4.0.
The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parsing and evaluation engine. The parsing engine supports numerous forms of functional and logic processing semantics and is easily extendible. ht...
The C++ Mathematical Expression Toolkit Library (ExprTk) Extra Examples https://www.partow.net/programming/exprtk/index.html
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 libra...
Software library that translates mathematical text into the United States standard Braille code for science and mathematics.
A mathematical library
Easy way to work with mathematical formulas
Arbitrary precision rational number class. Stores the numerator and denominator.
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.
Arbitrary precision complex (imaginary) numbers.
Discrete and Fast Fourier transform algorithm on multi-dimensional data.