From bug-octave-request at bevo dot che dot wisc dot edu Wed Nov 20 21:08:36 2002 Subject: sorting NaN's is not fixed in 2.0.17 From: "John W. Eaton" To: Schloegl Alois Cc: bug-octave at bevo dot che dot wisc dot edu Date: Wed, 20 Nov 2002 21:08:26 -0600 On 20-Nov-2002, Schloegl Alois wrote: | octave-2.0.17:1> sort([3,4,nan,3,4,nan]) | ans = | | 3 4 NaN 3 4 NaN I have no plans to do any more work on 2.0.x or make any more 2.0.x releases. It should not be too hard to adapt the 2.1.x sort function to 2.0.x if you really need it. jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------