SkillAgentSearch skills...

Math.Mpfr.Native

Library that exposes to .NET (through P-Invoke and .NET types) all of the functionality of the GNU MPFR Library.

Install / Use

/learn @MachineCognitis/Math.Mpfr.Native
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Welcome to the MPFR Native Interface for .NET Library

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 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

  • On-line help is available here.

NuGet

The MPFR Native Interface for .NET library can be installed in your Visual Studio solution or project with this NuGet package.

Latest Build

The build file includes the compiled library and the help file (.chm) ready to be included in your project. The x86 and x64 folders contain the compiled GNU MPFR Library and must be copied to the same folder as the Math.Mpfr.Native.dll library. The library targets the .NET Framework 4.0, so it can be used with all newer versions of the .NET Framework. For other builds, see the Releases page.

NOTE: On some systems, the content of the ZIP file may be blocked. To unblock it, right click on the ZIP file, select Properties, and click on the Unblock button, if it is present.

Sharing

<div> <!-- Email --> <a href="mailto:?Subject=C.math.NET%20Library&amp;Body=I%20saw%20this%20and%20thought%20of%20you!%20https://github.com/MachineCognitis/Math.Mpfr.Native/" target="_blank"> <img width="35" src="./docs/icons/mail.png" alt="Email" /> </a> <!-- Facebook --> <a href="http://www.facebook.com/sharer.php?u=https://github.com/MachineCognitis/Math.Mpfr.Native/" target="_blank"> <img width="35"src="./docs/icons/facebook.png" alt="Facebook" /> </a> <!-- Google+ --> <a href="https://plus.google.com/share?url=https://github.com/MachineCognitis/Math.Mpfr.Native/" target="_blank"> <img width="35"src="./docs/icons/google.png" alt="Google" /> </a> <!-- LinkedIn --> <a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=https://github.com/MachineCognitis/Math.Mpfr.Native/" target="_blank"> <img width="35"src="./docs/icons/linkedin.png" alt="LinkedIn" /> </a> <!-- Twitter --> <a href="https://twitter.com/share?url=https://github.com/MachineCognitis/Math.Mpfr.Native/" target="_blank"> <img width="35"src="./docs/icons/twitter.png" alt="Twitter" /> </a> </div>
View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1y ago
Forks0

Languages

C#

Security Score

75/100

Audited on Nov 10, 2024

No findings