summaryrefslogtreecommitdiff
path: root/src/pkg/math/sqrt_port.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/sqrt_port.go')
-rw-r--r--src/pkg/math/sqrt_port.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pkg/math/sqrt_port.go b/src/pkg/math/sqrt_port.go
index feccbc619..125afcd98 100644
--- a/src/pkg/math/sqrt_port.go
+++ b/src/pkg/math/sqrt_port.go
@@ -4,6 +4,10 @@
package math
+/*
+ Floating-point square root.
+*/
+
// The original C code and the long comment below are
// from FreeBSD's /usr/src/lib/msun/src/e_sqrt.c and
// came with this notice. The go code is a simplified