commit | f27348776f3c898d9e5dc3c910dbac99ae482e52 | [log] [tgz] |
---|---|---|
author | Charles L. Dorian <cldorian@gmail.com> | Fri Apr 06 14:01:12 2012 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Apr 06 14:01:12 2012 -0400 |
tree | b72a3004a4e5614e07a8dcfd6c844d0df1bf6039 | |
parent | 559c191b8935fc52ec3cfc9f34b58b36777ff213 [diff] [blame] |
math: make function documentation more regular R=rsc, golang-dev CC=golang-dev https://golang.org/cl/5994043
diff --git a/src/pkg/math/atanh.go b/src/pkg/math/atanh.go index 5b5d468..113d5c1 100644 --- a/src/pkg/math/atanh.go +++ b/src/pkg/math/atanh.go
@@ -36,7 +36,7 @@ // atanh(+-1) is +-INF with signal. // -// Atanh(x) calculates the inverse hyperbolic tangent of x. +// Atanh returns the inverse hyperbolic tangent of x. // // Special cases are: // Atanh(1) = +Inf