comparison NEWS @ 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 d052c11d47c6
children afc53bd3d71b
comparison
equal deleted inserted replaced
28242:f618edac2a29 28243:7739d3eb952b
52 will now contain just the first output coordinate, and will no longer 52 will now contain just the first output coordinate, and will no longer
53 return the full output coordinate matrix. Output size matches the 53 return the full output coordinate matrix. Output size matches the
54 size of input vectors, or in the case of an input matrix will be column 54 size of input vectors, or in the case of an input matrix will be column
55 vectors with rows corresponding to the input coordinate matrix. 55 vectors with rows corresponding to the input coordinate matrix.
56 56
57 - The function `dec2bin` and `dec2hex` now support negative numbers.
58
57 ### Alphabetical list of new functions added in Octave 7 59 ### Alphabetical list of new functions added in Octave 7
58 60
59 * `endsWith` 61 * `endsWith`
60 * `rng` 62 * `rng`
61 * `startsWith` 63 * `startsWith`