[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luajit FFI cdata problem
- From: Peter Cawley <lua@...>
- Date: Fri, 1 Apr 2011 00:46:24 +0100
On Wed, Mar 30, 2011 at 7:07 PM, Dimiter "malkia" Stanev
<malkia@gmail.com> wrote:
> But for floating types (single, double) equality would fail if the floats
> are nan, even if they are the same binary value.
In a similar vein, upon comparing floating point positive zero with
floating point negative zero, memcmp would fail when it should
succeed.