summaryrefslogtreecommitdiff
path: root/src/pkg/math/tanh.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/tanh.go')
-rw-r--r--src/pkg/math/tanh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/tanh.go b/src/pkg/math/tanh.go
index 7305be66c..cf0ffa192 100644
--- a/src/pkg/math/tanh.go
+++ b/src/pkg/math/tanh.go
@@ -65,7 +65,7 @@ var tanhQ = [...]float64{
4.84406305325125486048E3,
}
-// Tanh computes the hyperbolic tangent of x.
+// Tanh returns the hyperbolic tangent of x.
//
// Special cases are:
// Tanh(±0) = ±0