gmp icon indicating copy to clipboard operation
gmp copied to clipboard

Go language interface to GMP - GNU Multiprecision Library (golang)

Results 11 gmp issues
Sort by recently updated
recently updated
newest added

I tried to use Binomial but it blows up with: ``` fatal error: unexpected signal during runtime execution [signal SIGFPE: floating-point exception code=0xfffffffffffffffa addr=0x3e900066a79 pc=0x7fa8e46aa8b2] ``` when running the following:...

I get Cannot use 'nouse.FastDoubling(n)' (type *"github.com/ncw/gmp".Int) as the type *"math/big".Int this will happen if you want to import from another package...

Hi Can you include the gmp.h file? I'm getting the following error.

I couldn't find `big.Float` in this library. Does GMP support floating point arithmetic?

Hi, We're using gmp to run on large inputs, and we are wondering if it is possible for gmp to support storing integers larger than 2^31 bytes. Thank you!

What's the reason? ``` type Amount struct{ gmp.Int } ``` when I use Int.Bytes(),it happens at the first time,and then run code again,it's ok.

IMO you should put the warning into the readme. The GMP license is GPL/LGPL however you are statically linking the library into the final executable, As the GPL is viral...

Hi, I have added an implementation of the Jacobi function, and added the unit tests from the big.Int package.

We're using gmp to run on large inputs, and we have arrays with thousands of elements at a time in our code. When we write these arrays to files, we...

bug

The old link (https://www.pkgdoc.org) was pointing to some scam gold investment website. I've updated it to point to godoc.org to match the other working links, instead.