Updates:
        Summary: Modulo operator imprecise
        Status: WorkingAsIntended
        Owner: ---
        Cc: [email protected]

Comment #9 on issue 3852 by [email protected]: Modulo operator imprecise
https://code.google.com/p/v8/issues/detail?id=3852

#5: I think you are interpreting too much into the spec. The formula it gives is supposed to define the general semantics, but not prescribe a specific precision. It even explicitly hints at using fmod, which is what all implementations seem to do. The spec is generally vague on floating point precision, and for good reason.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to