diff options
Diffstat (limited to 'numpy/doc/constants.py')
-rw-r--r-- | numpy/doc/constants.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py index f3b835085..21c7a3c67 100644 --- a/numpy/doc/constants.py +++ b/numpy/doc/constants.py @@ -296,8 +296,9 @@ add_newdoc('numpy', 'nan', See Also -------- isnan : Shows which elements are Not a Number. + isfinite : Shows which elements are finite (not one of - Not a Number, positive infinity and negative infinity) + Not a Number, positive infinity and negative infinity) Notes ----- |