summaryrefslogtreecommitdiff
path: root/src/pkg/math/hypot_decl.go
AgeCommit message (Collapse)AuthorFilesLines
2010-01-26math: 386 FPU hypotCharles L. Dorian1-0/+7
Added 386 FPU version of Hypot; modified all_test.go to test Hypot with large arguments. Also edited sqrt.go to remove Sqrt(0) as a special case. R=rsc CC=golang-dev http://codereview.appspot.com/186180 Committer: Russ Cox <rsc@golang.org>