aboutsummaryrefslogtreecommitdiff
path: root/test/hilbert.go
AgeCommit message (Expand)Author
2010-05-21test/hilbert.go: convert to test case and benchmark for big.RatRobert Griesemer
2010-05-21bignum: deprecate by moving into exp directoryRobert Griesemer
2009-07-07fix testRobert Griesemer
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-15printf->Printf etc.Rob Pike
2009-01-06new new & makeRuss Cox
2008-12-30allow slices (open arrays) to beKen Thompson
2008-12-20hilbert now runs.Rob Pike
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-11-06A recreational programming exercise:Robert Griesemer