mirror of https://github.com/golang/go.git
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:
parent
77e7e4c329
commit
1693e14bc4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue