diff options
author | Michael Seifert <michaelseifert04@yahoo.de> | 2017-06-14 21:11:07 +0200 |
---|---|---|
committer | Michael Seifert <michaelseifert04@yahoo.de> | 2017-06-14 21:26:03 +0200 |
commit | e7143e78fc8c66fd09887ed10ed8b40d1d54d4a1 (patch) | |
tree | 27549da3afce3f700edcebbb2b6a178e1d754d59 /doc/source/reference/routines.math.rst | |
parent | 7a8500868ec9efa1c1e452fab49e363c098c59dc (diff) | |
download | numpy-e7143e78fc8c66fd09887ed10ed8b40d1d54d4a1.tar.gz |
DOC: Add isnat/positive ufunc to documentation [skip ci]
Diffstat (limited to 'doc/source/reference/routines.math.rst')
-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 a2fb06958..4c2f2800a 100644 --- a/doc/source/reference/routines.math.rst +++ b/doc/source/reference/routines.math.rst @@ -108,6 +108,7 @@ Arithmetic operations add reciprocal + positive negative multiply divide |