Math.Gmp.Native.NET 2.0.0 GMP Native Interface for .NET Robert Baron (Machine Cognitis) Robert Baron (Machine Cognitis) https://github.com/MachineCognitis/Math.Gmp.Native/blob/master/LICENSE.md https://github.com/MachineCognitis/Math.Gmp.Native/ false 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+ GMP Native Interface for .NET Updated release for GNU MP v6.1.2. Improved and fixed some of the documentation. Exposed types and members needed by the "parent" project Math.Mpfr.Native (https://github.com/MachineCognitis/Math.Mpfr.Native). Copyright (c) 2017 Robert Baron, Machine Cognitis GNU MP GMP multi-precision arithmetic integer float rational bigint biginteger bigfloat bignum