diff options
Diffstat (limited to 'libgo/go/math/asinh.go')
-rw-r--r-- | libgo/go/math/asinh.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/math/asinh.go b/libgo/go/math/asinh.go index 0defbb9..ff2de02 100644 --- a/libgo/go/math/asinh.go +++ b/libgo/go/math/asinh.go @@ -30,7 +30,7 @@ package math // := sign(x)*log1p(|x| + x**2/(1 + sqrt(1+x**2))) // -// Asinh(x) calculates the inverse hyperbolic sine of x. +// Asinh returns the inverse hyperbolic sine of x. // // Special cases are: // Asinh(±0) = ±0 |