From 1693e14bc4eaef34877191bfc6c370f55deaa031 Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Mon, 25 Mar 2013 08:43:51 -0700 Subject: [PATCH] math: modify a comment to the convention format. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8012043 --- src/pkg/math/tanh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1