From bug-octave-request at bevo dot che dot wisc dot edu Wed Nov 20 16:52:31 2002 Subject: sorting NaN's is not fixed in 2.0.17 From: Schloegl Alois To: bug-octave at bevo dot che dot wisc dot edu Date: Wed, 20 Nov 2002 23:52:11 +0100 (MET) 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 -------------------------------------------------------------