summaryrefslogtreecommitdiff
path: root/src/pkg/math
AgeCommit message (Expand)AuthorFilesLines
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-2/+2
2009-11-17math: fix argument names in Atan2Russ Cox1-7/+6
2009-11-15gc: five bug fixes, one better error.Russ Cox1-0/+27
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer18-98/+98
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer18-78/+78
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer5-27/+9
2009-11-05gofmt-ify math, expvar, exp/spacewarRobert Griesemer3-14/+12
2009-10-15move math out of runtime.Russ Cox4-53/+137
2009-10-08more lgtm files from gofmtRuss Cox3-8/+8
2009-10-06apply gofmt to malloc math once osRuss Cox17-249/+241
2009-09-24install assembly math.Sqrt on amd64Russ Cox3-1/+33
2009-09-15more "declared and not used".Russ Cox2-2/+2
2009-08-12convert low-level (used by testing) packages toRuss Cox15-112/+27
2009-08-10remove unnecessary pkg. referencesRuss Cox1-29/+29
2009-07-28floating-point limits and equationsRuss Cox1-5/+11
2009-07-28constants for integer limitsRob Pike1-0/+16
2009-07-28constants for floating point limitsRob Pike1-0/+5
2009-07-14fixed typoRobert Griesemer1-1/+1
2009-06-24style police: parens in if, for, switch, rangeRuss Cox2-3/+3
2009-06-09mv src/lib to src/pkgRob Pike20-0/+1411