aboutsummaryrefslogtreecommitdiff
path: root/src/math/cmplx/cmath_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/cmplx/cmath_test.go')
-rw-r--r--src/math/cmplx/cmath_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/cmplx/cmath_test.go b/src/math/cmplx/cmath_test.go
index 8d705622fd..80c3b33937 100644
--- a/src/math/cmplx/cmath_test.go
+++ b/src/math/cmplx/cmath_test.go
@@ -39,7 +39,7 @@ var vc = []complex128{
}
// The expected results below were computed by the high precision calculators
-// at http://keisan.casio.com/. More exact input values (array vc[], above)
+// at https://keisan.casio.com/. More exact input values (array vc[], above)
// were obtained by printing them with "%.26f". The answers were calculated
// to 26 digits (by using the "Digit number" drop-down control of each
// calculator).