Is this a bug?
# announcements
p
Is this a bug?
d
No.
NaN
is specifically defined to be unordered with everything. Any comparison with
NaN
yields false. So I would argue that
NaN
coerced is also
NaN
.
p
I really need (0F/0) to throw an exception 😉
Caused so many nasty bugs so far
d
I can imagine 😄