Math.Mpfr.Native.NET
1.0.1
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 6.1.2). 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 (v6.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+
See the version list below for details.
Install-Package Math.Mpfr.Native.NET -Version 1.0.1
dotnet add package Math.Mpfr.Native.NET --version 1.0.1
<PackageReference Include="Math.Mpfr.Native.NET" Version="1.0.1" />
paket add Math.Mpfr.Native.NET --version 1.0.1
#r "nuget: Math.Mpfr.Native.NET, 1.0.1"
// Install Math.Mpfr.Native.NET as a Cake Addin #addin nuget:?package=Math.Mpfr.Native.NET&version=1.0.1 // Install Math.Mpfr.Native.NET as a Cake Tool #tool nuget:?package=Math.Mpfr.Native.NET&version=1.0.1
Release Notes
Initial release for GNU MPFR v6.1.2.
Dependencies
-
- Baseclass.Contrib.Nuget.Output (>= 2.4.1)
- Math.Gmp.Native.NET (>= 2.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.