[BUG] Float NaN's

Stephan Rudlof sr at evolgo.de
Wed Sep 15 22:08:34 UTC 2004


Richard A. O'Keefe wrote:
>...

> In fact, that's one way to test whether something is a NaN:
> 
>     Float>>isNaN
>         ^self ~= self

Is it true, that we could have
  aNaN == aNaN & (aNaN ~= aNaN) -> true
(identity but not equality) here?

Interesting case...

Greetings
Stephan

> ...



More information about the Squeak-dev mailing list