diff options
Diffstat (limited to 'libgo/go/math/acosh.go')
-rw-r--r-- | libgo/go/math/acosh.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/acosh.go b/libgo/go/math/acosh.go index c6c8645..e394008 100644 --- a/libgo/go/math/acosh.go +++ b/libgo/go/math/acosh.go @@ -33,7 +33,7 @@ package math // acosh(NaN) is NaN without signal. // -// Acosh(x) calculates the inverse hyperbolic cosine of x. +// Acosh returns the inverse hyperbolic cosine of x. // // Special cases are: // Acosh(+Inf) = +Inf |