changeset 28243:7739d3eb952b

NEWS: Announce support for negative numbers in dec2bin, dec2hex. * NEWS: Announce support for negative numbers in dec2bin, dec2hex.
author Rik <rik@octave.org>
date Sat, 25 Apr 2020 14:35:00 -0700
parents f618edac2a29
children cba489221bab
files NEWS
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sat Apr 25 14:31:09 2020 -0700
+++ b/NEWS	Sat Apr 25 14:35:00 2020 -0700
@@ -54,6 +54,8 @@
 size of input vectors, or in the case of an input matrix will be column
 vectors with rows corresponding to the input coordinate matrix.
 
+- The function `dec2bin` and `dec2hex` now support negative numbers.
+
 ### Alphabetical list of new functions added in Octave 7
 
 * `endsWith`