aboutsummaryrefslogtreecommitdiff
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.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/math/asinh.go b/libgo/go/math/asinh.go
index 90dcd27..c1cad56 100644
--- a/libgo/go/math/asinh.go
+++ b/libgo/go/math/asinh.go
@@ -4,7 +4,6 @@
package math
-
// The original C code, the long comment, and the constants
// below are from FreeBSD's /usr/src/lib/msun/src/s_asinh.c
// and came with this notice. The go code is a simplified