diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-03-21 21:03:15 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-03-21 21:03:15 +0000 |
commit | b2634ff922176acd12ddd3725434d3dfaaf25422 (patch) | |
tree | 731b246466d01514b0c5e56664251014dca0d8a5 /numpy/lib/ufunclike.py | |
parent | 0be90727d12bf6d4c80100c866253c576df0d8b2 (diff) | |
download | numpy-b2634ff922176acd12ddd3725434d3dfaaf25422.tar.gz |
docs: remove invalid information
Diffstat (limited to 'numpy/lib/ufunclike.py')
-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) |