summaryrefslogtreecommitdiff
path: root/usr/gri/bignum/bignum.go
AgeCommit message (Expand)AuthorFilesLines
2008-11-04install bignum as libraryRobert Griesemer1-1257/+0
2008-11-04- better support for string conversionsRobert Griesemer1-33/+45
2008-11-04- completed integer support (some logical functions missing)Robert Griesemer1-369/+637
2008-11-03- changed general div/mod implementation to a faster algorithmRobert Griesemer1-233/+324
2008-10-31- gcd, exponentiation, population countRobert Griesemer1-8/+85
2008-10-31- fixed another test (arithmetic vs. logic shift bug)Robert Griesemer1-9/+26
2008-10-30- div and mod (arbitrary precision)Robert Griesemer1-89/+204
2008-10-29- implemented ShrRobert Griesemer1-37/+32
2008-10-29- added shl operation, extra testsRobert Griesemer1-116/+116
2008-10-28- steps towards implementation of div and modRobert Griesemer1-170/+317
2008-10-27- bug fixes, cleanupsRobert Griesemer1-26/+34
2008-10-27- created staging area for getting bignum package up-to-speed again,Robert Griesemer1-0/+527