diff options
Diffstat (limited to 'libgo/go/math/atanh.go')
-rw-r--r-- | libgo/go/math/atanh.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/atanh.go b/libgo/go/math/atanh.go index 5b5d468559b..113d5c103c0 100644 --- a/libgo/go/math/atanh.go +++ b/libgo/go/math/atanh.go @@ -36,7 +36,7 @@ package math // 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 |