From: Marcin 'Qrczak' Kowalczyk <qrczak>
Date: Thu Nov 23 15:35:02 2006
John Cowan <cowan_at_ccil.org> writes:
>> Is there any scenario where you'd want anything other than:
>>
>> (eqv? +nan.0 +nan.0) => #t
>
> Eqv? on unboxed floats can be implemented by bitwise comparison
> rather than floating-point equality.