http://qs321.pair.com?node_id=890400


in reply to Re^2: NaNs are true (NaN == 0 -> true? Really?)
in thread NaNs are true

What about idea that NaN never matches numerical comparison?
NaN == 0 #false NaN != 0 #false NaN == NaN #false NaN != NaN #false