diff options
author | Michael Seifert <michaelseifert04@yahoo.de> | 2017-03-25 16:33:08 +0100 |
---|---|---|
committer | Michael Seifert <michaelseifert04@yahoo.de> | 2017-03-25 16:33:08 +0100 |
commit | 9eaeb3db1f1d32f9696589ea964a176fd67c8b46 (patch) | |
tree | 16ac63675f933f89a9680358d801b7bc483defd6 | |
parent | ab49be1d5a6f1a7c51298a8fe46a9f43bb2bb33b (diff) | |
download | numpy-9eaeb3db1f1d32f9696589ea964a176fd67c8b46.tar.gz |
DOC: Include nextafter and spacing function in documentation.
Fixes #8831
-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 617e9bc04..72e1462b0 100644 --- a/doc/source/reference/routines.math.rst +++ b/doc/source/reference/routines.math.rst @@ -98,6 +98,8 @@ Floating point routines copysign frexp ldexp + nextafter + spacing Arithmetic operations --------------------- |