diff options
author | Illviljan <14371165+Illviljan@users.noreply.github.com> | 2021-08-27 22:25:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 15:25:15 -0500 |
commit | 8243b25fc8b78f5fd358c14588e4511786276f8e (patch) | |
tree | 7e1e9ad987a557a0e74defe52cfe6c6809dab30d /numpy/core/fromnumeric.py | |
parent | 3eb81a7578d07aa1c94026816101a7e16b8e257a (diff) | |
download | numpy-8243b25fc8b78f5fd358c14588e4511786276f8e.tar.gz |
Remove reference since it's not used (#19766)
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r-- | numpy/core/fromnumeric.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index ff082b644..5ecb1e666 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -3320,9 +3320,6 @@ def around(a, decimals=0, out=None): ---------- .. [1] "Lecture Notes on the Status of IEEE 754", William Kahan, https://people.eecs.berkeley.edu/~wkahan/ieee754status/IEEE754.PDF - .. [2] "How Futile are Mindless Assessments of - Roundoff in Floating-Point Computation?", William Kahan, - https://people.eecs.berkeley.edu/~wkahan/Mindless.pdf Examples -------- |