diff options
author | warren <warren.weckesser@gmail.com> | 2021-09-28 07:41:41 -0400 |
---|---|---|
committer | warren <warren.weckesser@gmail.com> | 2021-09-28 09:31:00 -0400 |
commit | b85fef525ada7df5269a9eafef7aab076a802293 (patch) | |
tree | a6a424b11f7d0feaf2b1aea690747871b380451f /numpy/lib/function_base.py | |
parent | 02f18a88c15f98c5879bb90e5a29463f08d262ec (diff) | |
download | numpy-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.py | 2 |
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 |