summaryrefslogtreecommitdiff
path: root/src/pkg/math/hypot_test.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-05math: faster hypotCharles L. Dorian1-0/+9
Use hardware sqrt for faster hypot; preserve software-only hypot as hypotGo (like sqrtGo); enable benchmarking of hypotGo. R=rsc CC=golang-dev http://codereview.appspot.com/229049 Committer: Russ Cox <rsc@golang.org>