From: Sebastian Hungerecker Date: 2009-04-29T05:41:56+09:00 Subject: Re: Detecting -0.0 Joel VanderWerf wrote: > Oops. That never seemed right to me. Float#equal? should hide the fact > that floats are allocated, and not immediate. Why would it? It doesn't do it for any other type of object. And if it would, what would be the difference to == ?