System.Numerics.MPFR works in LINQPad 5 but not working in LINQPad 6
NuGet Package System.Numerics.MPFR(https://www.nuget.org/packages/System.Numerics.MPFR/).
Following error prompted when initialize BigFloat:
Code:
Following error prompted when initialize BigFloat:
Code:
var f = new BigFloat("79228162514264337593543950335");
f.Add(0.1);
f.ToString().Dump();
Comments
Without UseShellExecute, it will work reliably only in .NET Framework. In .NET Core, it will fail unless the 7zdec.exe file happens to be in the current directory. As a workaround, you can force it to the current directory via the option in Query Properties > Advanced.