ncw / gmp

Go language interface to GMP - GNU Multiprecision Library (golang)
BSD 3-Clause "New" or "Revised" License
115 stars 26 forks source link

Implement Jacobi function #7

Open ricpacca opened 7 years ago

ricpacca commented 7 years ago

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