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
<PackageReference Include="Math.Gmp.Native.NET" Version="2.0.6" />
paket add Math.Gmp.Native.NET --version 2.0.6
#r "nuget: Math.Gmp.Native.NET, 2.0.6"
// 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 | Versions 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. |
-
- Baseclass.Contrib.Nuget.Output (>= 2.4.1)
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.
Minor corrections to documentation.