diff options
author | David Cournapeau <cournape@gmail.com> | 2009-11-04 07:46:10 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-11-04 07:46:10 +0000 |
commit | 92d3b835091de3ec14b3b0bf4217d8df35f5fbd3 (patch) | |
tree | cb33f46ac6a1fbc468ab66d68a242842d20ebe3e /doc/release | |
parent | c0479b232319d70696387a6444900b0c03030926 (diff) | |
download | numpy-92d3b835091de3ec14b3b0bf4217d8df35f5fbd3.tar.gz |
DOC: mention nextafter ufunc in the release notes and reference.
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/1.4.0-notes.rst | 2 |
1 files changed, 2 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 ~~~~~~~~~~~ |