summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authorwarren <warren.weckesser@gmail.com>2021-09-28 07:41:41 -0400
committerwarren <warren.weckesser@gmail.com>2021-09-28 09:31:00 -0400
commitb85fef525ada7df5269a9eafef7aab076a802293 (patch)
treea6a424b11f7d0feaf2b1aea690747871b380451f /numpy/lib/function_base.py
parent02f18a88c15f98c5879bb90e5a29463f08d262ec (diff)
downloadnumpy-b85fef525ada7df5269a9eafef7aab076a802293.tar.gz
DOC: Update links to online copy of Abramowitz and Stegun.
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r--numpy/lib/function_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py
index b77ce8782..80eaf8acf 100644
--- a/numpy/lib/function_base.py
+++ b/numpy/lib/function_base.py
@@ -3252,7 +3252,7 @@ def i0(x):
Her Majesty's Stationery Office, 1962.
.. [2] M. Abramowitz and I. A. Stegun, *Handbook of Mathematical
Functions*, 10th printing, New York: Dover, 1964, pp. 379.
- http://www.math.sfu.ca/~cbm/aands/page_379.htm
+ https://personal.math.ubc.ca/~cbm/aands/page_379.htm
.. [3] https://metacpan.org/pod/distribution/Math-Cephes/lib/Math/Cephes.pod#i0:-Modified-Bessel-function-of-order-zero
Examples