1
0
mirror of https://github.com/golang/go synced 2024-11-12 05:50:21 -07:00

math: modify a comment to the convention format.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8012043
This commit is contained in:
Oling Cat 2013-03-25 08:43:51 -07:00 committed by Brad Fitzpatrick
parent 77e7e4c329
commit 1693e14bc4

View File

@ -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