Mpir.NET
Mpir.NET copied to clipboard
MPIR for .NET
After installing and starting my project, I get this exception: System.TypeInitializationException HResult=0x80131534 Message=The type initializer for 'Mpir.NET.mpir' threw an exception. Source=Mpir.NET StackTrace: at Mpir.NET.mpir.mpz_init_set_si(Int32 op) at Mpir.NET.mpz_t..ctor(Int32 op) at Mpir.NET.mpz_t.op_Implicit(Int32...
Does MPIR.net support .Net core? thank you
If I give mpz_t a negative long in the constructor, I get a positive mpz_t. For now, using int instead has been fine. Repro is quite simple: var val =...