commit | f27348776f3c898d9e5dc3c910dbac99ae482e52 | [log] [tgz] |
---|---|---|
author | Charles L. Dorian <cldorian@gmail.com> | Fri Apr 06 14:01:12 2012 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Apr 06 14:01:12 2012 -0400 |
tree | b72a3004a4e5614e07a8dcfd6c844d0df1bf6039 | |
parent | 559c191b8935fc52ec3cfc9f34b58b36777ff213 [diff] [blame] |
math: make function documentation more regular R=rsc, golang-dev CC=golang-dev https://golang.org/cl/5994043
diff --git a/src/pkg/math/asinh.go b/src/pkg/math/asinh.go index 0defbb9..ff2de02 100644 --- a/src/pkg/math/asinh.go +++ b/src/pkg/math/asinh.go
@@ -30,7 +30,7 @@ // := 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