diff options
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/ufunclike.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/lib/ufunclike.py b/numpy/lib/ufunclike.py index 24f35da81..8ea7c6662 100644 --- a/numpy/lib/ufunclike.py +++ b/numpy/lib/ufunclike.py @@ -93,10 +93,6 @@ def isposinf(x, y=None): Errors result if second argument is also supplied with scalar input or if first and second arguments have different shapes. - Numpy's definitions for positive infinity (PINF) and negative infinity - (NINF) may be change in the future versions. - - Examples -------- >>> np.isposinf(np.PINF) |