Sam Ruby wrote:
> On Mon, Aug 25, 2008 at 7:03 PM, Waldemar Horwat <[EMAIL PROTECTED]> wrote:
>> What should compareTotal do when you compare -NaN and NaN?
> 
> Re: the subject line; NaN's have a payload that corresponds to the
> size of the mantissa.

No they don't; not in ECMAScript. -NaN is computationally indistinguishable
from NaN by ECMAScript code. There is no payload and no quiet/signalling
distinction.

-- 
David-Sarah Hopwood
_______________________________________________
Es-discuss mailing list
Es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to