summaryrefslogtreecommitdiff
path: root/src/pkg/math/sin.go
AgeCommit message (Expand)AuthorFilesLines
2010-01-12Clean up and make consistent the comments in the math package.Rob Pike1-1/+6
2009-12-151) Change default gofmt default settings forRobert Griesemer1-27/+27
2009-11-24bad sin/cos for large angles.Ken Thompson1-1/+1
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-11/+11
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-3/+3
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-10-06apply gofmt to malloc math once osRuss Cox1-15/+14
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-08-12convert low-level (used by testing) packages toRuss Cox1-1/+0
2009-06-24style police: parens in if, for, switch, rangeRuss Cox1-1/+1
2009-06-09mv src/lib to src/pkgRob Pike1-0/+65