Math.Gmp.Native.NET 2.0.6

dotnet add package Math.Gmp.Native.NET --version 2.0.6
NuGet\Install-Package Math.Gmp.Native.NET -Version 2.0.6
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="Math.Gmp.Native.NET" Version="2.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Math.Gmp.Native.NET --version 2.0.6
#r "nuget: Math.Gmp.Native.NET, 2.0.6"
#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 Math.Gmp.Native.NET as a Cake Addin
#addin nuget:?package=Math.Gmp.Native.NET&version=2.0.6

// Install Math.Gmp.Native.NET as a Cake Tool
#tool nuget:?package=Math.Gmp.Native.NET&version=2.0.6

The GMP Native Interface for .NET Library exposes to .NET (through P-Invoke and .NET types) all of the functionality of the GNU MP Library (version 6.1.2). It automatically loads at runtime the 32-bit or 64-bit GNU MP library that matches the current CPU architecture, thus allowing building Visual Studio Projects for AnyCPU, x86, or x64. It is based on the GNU MP "fat" build which automatically detects the current CPU type, and selects any available assembly language code optimization for that CPU, thus providing optimal performance.

Documentation with sample usage is given at the Project URL. GNU MP is at https://gmplib.org/.

Supported Platform: .NET Framework 4.0+

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Math.Gmp.Native.NET:

Package Downloads
Math.Mpfr.Native.NET

The MPFR Native Interface for .NET Library exposes to .NET (through P-Invoke and .NET types) all of the functionality of the GNU MPFR Library (version 4.0.0). It automatically loads at runtime the 32-bit or 64-bit GNU MPFR library that matches the current CPU architecture, thus allowing building Visual Studio Projects for AnyCPU, x86, or x64. It is based on the GNU MPFR "fat" build which automatically detects the current CPU type, and selects any available assembly language code optimization for that CPU, thus providing optimal performance. Because GNU MPFR depends on GNU MP (https://gmplib.org/), this package depends on the Math.Gmp.Native.NET package which exposes all of the GNU MP library (version 6.1.2). Documentation with sample usage is given at the Project URL. GNU MPFR is at http://www.mpfr.org/. Supported Platform: .NET Framework 4.0+

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.6 2,972 2/3/2018
2.0.5 1,010 1/20/2018
2.0.4 898 1/20/2018
2.0.3 908 1/20/2018
2.0.2 901 1/20/2018
2.0.0 1,698 12/23/2017
1.6.4 939 11/11/2017

Minor corrections to documentation.