From bug-octave-request at bevo dot che dot wisc dot edu Wed Nov 20 19:09:58 2002 Subject: RE: sorting NaN's is not fixed in 2.0.17 From: "Randy Gober" To: "'Schloegl Alois'" , Date: Wed, 20 Nov 2002 19:09:40 -0600 This does work in 2.1.39 (this is a development release, however) >> sort([3,4,nan,3,4,nan]) ans = 3 3 4 4 NaN NaN --Randy -----Original Message----- From: Schloegl Alois [mailto:alois dot schloegl at tugraz dot at] Sent: Wednesday, November 20, 2002 4:52 PM To: bug-octave at bevo dot che dot wisc dot edu Subject: sorting NaN's is not fixed in 2.0.17 octave-2.0.17:1> sort([3,4,nan,3,4,nan]) ans = 3 4 NaN 3 4 NaN A. ------------------------------------------------------------- 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 ------------------------------------------------------------- ------------------------------------------------------------- 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 -------------------------------------------------------------