From: Oling Cat Date: Mon, 25 Mar 2013 15:43:51 +0000 (-0700) Subject: math: modify a comment to the convention format. X-Git-Tag: go1.1rc2~352 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1693e14bc4eaef34877191bfc6c370f55deaa031;p=gostls13.git math: modify a comment to the convention format. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8012043 --- diff --git a/src/pkg/math/tanh.go b/src/pkg/math/tanh.go index 7305be66c7..cf0ffa1923 100644 --- a/src/pkg/math/tanh.go +++ b/src/pkg/math/tanh.go @@ -65,7 +65,7 @@ var tanhQ = [...]float64{ 4.84406305325125486048E3, } -// Tanh computes the hyperbolic tangent of x. +// Tanh returns the hyperbolic tangent of x. // // Special cases are: // Tanh(±0) = ±0