diff options
author | Stephan Hoyer <shoyer@gmail.com> | 2016-03-26 11:59:37 -0700 |
---|---|---|
committer | Stephan Hoyer <shoyer@gmail.com> | 2016-03-26 11:59:37 -0700 |
commit | ef389eec83d23e9159c595f6ea8d78e8e7abbae3 (patch) | |
tree | d904dd1e5eb1dafe7f2cae4bf091b29bf6d9cbe6 /doc/source | |
parent | 4b200d27e9bfba4b28d51cd5d5132a2a4cacb8f1 (diff) | |
parent | a76b8728a71721f0b92c5fa7c0cbcc0f41cceb3e (diff) | |
download | numpy-ef389eec83d23e9159c595f6ea8d78e8e7abbae3.tar.gz |
Merge pull request #7421 from pwolfram/nancumsumprod
ENH: adds np.nancumsum and np.nancumprod
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/routines.math.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/routines.math.rst b/doc/source/reference/routines.math.rst index c0be4096a..5cb1e0eec 100644 --- a/doc/source/reference/routines.math.rst +++ b/doc/source/reference/routines.math.rst @@ -58,6 +58,8 @@ Sums, products, differences nansum cumprod cumsum + nancumprod + nancumsum diff ediff1d gradient |