MathNet.Numerics.FSharp 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MathNet.Numerics.FSharp --version 2.3.0
NuGet\Install-Package MathNet.Numerics.FSharp -Version 2.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MathNet.Numerics.FSharp" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MathNet.Numerics.FSharp --version 2.3.0
#r "nuget: MathNet.Numerics.FSharp, 2.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MathNet.Numerics.FSharp as a Cake Addin
#addin nuget:?package=MathNet.Numerics.FSharp&version=2.3.0

// Install MathNet.Numerics.FSharp as a Cake Tool
#tool nuget:?package=MathNet.Numerics.FSharp&version=2.3.0

F# Modules for Math.NET Numerics, the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Numerics is the result of merging dnAnalytics with Math.NET Iridium and is intended to replace both. Also includes a portable build supporting .Net 4.5, SL5 and .NET for Windows Store apps.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on MathNet.Numerics.FSharp:

Repository Stars
mathnet/mathnet-numerics
Math.NET Numerics
NethermindEth/nethermind
A robust execution client for Ethereum node operators.
Version Downloads Last updated
3.6.0 787 3/22/2015
3.5.0 1,691 1/10/2015
3.4.0 115 1/4/2015
3.3.0 975 11/26/2014
3.3.0-beta2 64 10/25/2014
3.3.0-beta1 64 9/28/2014
3.2.3 684 9/6/2014
3.2.2 70 9/5/2014
3.2.1 215 8/5/2014
3.2.0 56 8/5/2014
3.1.0 2,401 7/20/2014
3.0.2 335 6/26/2014
3.0.1 64 6/24/2014
3.0.0 434 6/21/2014
3.0.0-beta05 56 6/20/2014
3.0.0-beta04 49 6/15/2014
3.0.0-beta03 46 6/5/2014
3.0.0-beta02 49 5/29/2014
3.0.0-beta01 134 4/14/2014
3.0.0-alpha9 50 3/29/2014
3.0.0-alpha8 46 2/26/2014
3.0.0-alpha7 48 12/30/2013
3.0.0-alpha6 56 12/2/2013
3.0.0-alpha5 63 10/2/2013
3.0.0-alpha4 49 9/22/2013
3.0.0-alpha1 46 9/1/2013
2.6.0 1,738 7/26/2013
2.5.0 113 4/14/2013
2.4.0 54 2/3/2013
2.3.0 65 11/25/2012
2.2.1 53 8/29/2012
2.2.0 55 8/27/2012
2.1.2 121 10/9/2011
2.1.1 54 10/3/2011
2.1.0.19 55 10/3/2011

Now includes portable build in the main package. Dropped FSharp module, added new modules for random numbers and distrbutions. Bug and usability fixes.