1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:20:13 -06:00
go/usr/gri/bignum
Robert Griesemer 78b0013a07 - changed general div/mod implementation to a faster algorithm
(operates on 30bit values at a time instead of 20bit values)
- refactored and cleaned up lots of code
- more tests
- close to check-in as complete library

R=r
OCL=18326
CL=18326
2008-11-03 09:21:10 -08:00
..
bignum_test.go - changed general div/mod implementation to a faster algorithm 2008-11-03 09:21:10 -08:00
bignum.go - changed general div/mod implementation to a faster algorithm 2008-11-03 09:21:10 -08:00
integer.go - created staging area for getting bignum package up-to-speed again, 2008-10-27 15:44:32 -07:00
make.bash - created staging area for getting bignum package up-to-speed again, 2008-10-27 15:44:32 -07:00
Makefile - created staging area for getting bignum package up-to-speed again, 2008-10-27 15:44:32 -07:00
test_integer.go - created staging area for getting bignum package up-to-speed again, 2008-10-27 15:44:32 -07:00