aboutsummaryrefslogtreecommitdiff
path: root/src/math/erfinv.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/erfinv.go')
-rw-r--r--src/math/erfinv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/erfinv.go b/src/math/erfinv.go
index 21b5578c84..ee423d33e4 100644
--- a/src/math/erfinv.go
+++ b/src/math/erfinv.go
@@ -10,7 +10,7 @@ package math
// This implementation is based on the rational approximation
// of percentage points of normal distribution available from
-// http://www.jstor.org/stable/2347330.
+// https://www.jstor.org/stable/2347330.
const (
// Coefficients for approximation to erf in |x| <= 0.85