octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sort error when NaN and NA are both present


From: Mark Messer
Subject: sort error when NaN and NA are both present
Date: Tue, 17 Jan 2012 09:22:01 -0800

I am not sure if this is worth a bug report or not. These ought to have the same answer.
 
I am using 32 bit Windows Vista, and Octave 3.4.3.
 
octave:713> sort([NaN,NA,inf,1,-inf])
ans =

  -Inf     1   Inf   NaN    NA

octave:714> sort([NA,NaN,inf,1,-inf])

ans =

  -Inf     1   Inf    NA   NaN

 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]