June 25, 2007
9:09 p.m.
On 6/25/07, Warren Focke <focke@slac.stanford.edu> wrote:
False. No NaN should ever compare equal to anything, even itself. But if the system is 754-compliant, it won't.
"isnan(float(str(nan))) == True" would be nice, though.
Good point. Does this also hold true for the quiet nan's? //Torgil