diff options
-rw-r--r-- | doc/release/1.4.0-notes.rst | 2 | ||||
-rw-r--r-- | doc/source/reference/ufuncs.rst | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/1.4.0-notes.rst b/doc/release/1.4.0-notes.rst index 3e5599169..5a090c232 100644 --- a/doc/release/1.4.0-notes.rst +++ b/doc/release/1.4.0-notes.rst @@ -52,6 +52,8 @@ The following ufuncs have been added to the C API: #. copysign - return the value of the first argument with the sign copied from the second argument. + #. nextafter - return the next representable floating point value of the + first argument toward the second argument. New defines ~~~~~~~~~~~ diff --git a/doc/source/reference/ufuncs.rst b/doc/source/reference/ufuncs.rst index 43f38854e..59cdb71de 100644 --- a/doc/source/reference/ufuncs.rst +++ b/doc/source/reference/ufuncs.rst @@ -558,6 +558,7 @@ single operation. isnan signbit copysign + nextafter modf ldexp frexp |