summaryrefslogtreecommitdiff
path: root/src/pkg/math/atan2_decl.go
AgeCommit message (Collapse)AuthorFilesLines
2010-02-05math: Atan2 special cases and tests; atan2_386Charles L. Dorian1-0/+7
Added special cases, tests and benchmarks for Atan2; added 386 FPU version of Atan2. R=rsc CC=golang-dev http://codereview.appspot.com/201068 Committer: Russ Cox <rsc@golang.org>