summaryrefslogtreecommitdiff
path: root/src/lib/bignum.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-7/+7
2009-02-13convert composite literals from { } to ( ).Russ Cox1-7/+7
2009-01-20delete exportRuss Cox1-16/+16
2009-01-15- missed a few identifiersRobert Griesemer1-13/+13
2009-01-15- lowercase non-exported functions in bignumRobert Griesemer1-96/+97
2009-01-15printf->Printf etc.Rob Pike1-3/+3
2009-01-06new new & makeRuss Cox1-13/+13
2008-12-30allow slices (open arrays) to beKen Thompson1-66/+49
2008-12-26diagnostic to catch pointer toKen Thompson1-2/+6
2008-12-20hilbert now runs.Rob Pike1-1/+4
2008-12-20update to new regime.Rob Pike1-61/+70
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-15/+15
2008-12-18convert *[] to [].Russ Cox1-16/+16
2008-12-18- fixed a bug in Natural.And()Robert Griesemer1-186/+129
2008-11-12- lowercased package name (Bignum -> bignum)Robert Griesemer1-8/+23
2008-11-06- binomial implementation (fixing broken build)Robert Griesemer1-0/+5
2008-11-06- implemented String() and Format functionality in BignumRobert Griesemer1-6/+50
2008-11-04install bignum as libraryRobert Griesemer1-0/+1257