mpfr.NET
mpfr.NET copied to clipboard
A .NET wrapper for the GNU MPFR C library
Hi, Would you consider updating the version of the MPFR library used in this package? A number functions were added in 4.0: https://www.mpfr.org/mpfr-current/mpfr.html#Added-Functions Most notable for me is incomplete gamma,...
There was a breaking change in .NET Core - they changed the default for UseShellExecute from true to false. Without UseShellExecute, it will work reliably only in .NET Framework. In...
Add tests for each MPFRLibrary function. Add tests for BigFloat functions.