comparison NEWS @ 19223:d70b1cec7743

NEWS: Announce addition of XOR reduction to xor function. * NEWS: Announce addition of XOR reduction to xor function.
author Rik <rik@octave.org>
date Tue, 30 Sep 2014 11:00:30 -0700
parents 6f0290863d50
children 93f7f4d074b1
comparison
equal deleted inserted replaced
19222:c3611856cdd4 19223:d70b1cec7743
63 in a variable for as long as the graphic objects should remain linked. 63 in a variable for as long as the graphic objects should remain linked.
64 To unlink properties use 'clear hlink' where hlink is the variable 64 To unlink properties use 'clear hlink' where hlink is the variable
65 containing the linkprop object. 65 containing the linkprop object.
66 66
67 ** isprime has been extended to operate on negative and complex inputs. 67 ** isprime has been extended to operate on negative and complex inputs.
68
69 ** xor has been extended to accept more than two arguments in which case
70 it performs cumulative XOR reduction.
68 71
69 ** The following functions now support N-dimensional arrays: 72 ** The following functions now support N-dimensional arrays:
70 73
71 fliplr flipud rot90 74 fliplr flipud rot90
72 75