summaryrefslogtreecommitdiffstats
path: root/libgo/go/math/asinh.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/asinh.go')
-rw-r--r--libgo/go/math/asinh.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgo/go/math/asinh.go b/libgo/go/math/asinh.go
index c1cad563c76..d6979463d65 100644
--- a/libgo/go/math/asinh.go
+++ b/libgo/go/math/asinh.go
@@ -33,8 +33,7 @@ package math
// Asinh(x) calculates the inverse hyperbolic sine of x.
//
// Special cases are:
-// Asinh(+Inf) = +Inf
-// Asinh(-Inf) = -Inf
+// Asinh(±Inf) = ±Inf
// Asinh(NaN) = NaN
func Asinh(x float64) float64 {
const (
OpenPOWER on IntegriCloud