COG incorrect behavior of primitive comparing NaN

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

COG incorrect behavior of primitive comparing NaN

Nicolas Cellier
(Float nan < 0.0001) -> true, should be false.
It is possibly related to http://bugs.squeak.org/view.php?id=7260
(I didn't check vm sources yet)

Nicolas