]> Cypherpunks repositories - gostls13.git/commit
math: make Hypot special cases look like others
authorRuss Cox <rsc@golang.org>
Mon, 25 Mar 2013 21:01:40 +0000 (17:01 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 25 Mar 2013 21:01:40 +0000 (17:01 -0400)
commit60a1f54d6b45e71022af91c84eb39916928e46e1
tree4dff66ac4c927874e4d4b5ca3d8af221fd539448
parentbf1f46180ee348d2d59bebfeda0314450fbcd893
math: make Hypot special cases look like others

The edit makes Hypot's description match the form
used in the other routines in this package.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/8003046
src/pkg/math/hypot.go