Commit 1693e14b authored by Oling Cat's avatar Oling Cat Committed by Brad Fitzpatrick

math: modify a comment to the convention format.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8012043
parent 77e7e4c3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment