diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2016-03-12 01:05:11 +0000 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2016-03-12 01:05:11 +0000 |
commit | 5ab455fdb24d96442218ba58512d8952ab18fa79 (patch) | |
tree | fafe5e8b141e85dc5cdaef370d627dc5df087f3e | |
parent | cb4b28cee6adfec4fe688639405833e9628f72d1 (diff) | |
parent | 7166675e2ea42ca7412606680082cd10a033318b (diff) | |
download | numpy-5ab455fdb24d96442218ba58512d8952ab18fa79.tar.gz |
Merge pull request #7410 from shoyer/nanprod-doc
DOC: add nanprod to the list of math routines
-rw-r--r-- | doc/source/reference/routines.math.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.math.rst b/doc/source/reference/routines.math.rst index 0e7a60b76..c0be4096a 100644 --- a/doc/source/reference/routines.math.rst +++ b/doc/source/reference/routines.math.rst @@ -54,6 +54,7 @@ Sums, products, differences prod sum + nanprod nansum cumprod cumsum |