]> Cypherpunks repositories - gostls13.git/commit
math: special cases for Hypot
authorCharles L. Dorian <cldorian@gmail.com>
Fri, 15 Jan 2010 21:21:47 +0000 (13:21 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 15 Jan 2010 21:21:47 +0000 (13:21 -0800)
commit9a6b8e21e40000d92c3a74452fee3c7e8a16453e
tree2442d344dd051c7d0566d4d854bb6138b42f628d
parent7f11db5ea9862d2c09e5984109f3092cb3f006fc
math: special cases for Hypot

Added special case tests to all_test.go. Added tests to hypot.go,
otherwise hangs.

R=rsc
CC=golang-dev
https://golang.org/cl/186118
src/pkg/math/all_test.go
src/pkg/math/hypot.go