summaryrefslogtreecommitdiff
path: root/src/pkg/math/asinh.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/asinh.go')
-rw-r--r--src/pkg/math/asinh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/asinh.go b/src/pkg/math/asinh.go
index 0defbb9be..ff2de0215 100644
--- a/src/pkg/math/asinh.go
+++ b/src/pkg/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