Comment #8 on issue 3852 by impinball: v8 module operation is not
compatible with ECMA SCRIPT
https://code.google.com/p/v8/issues/detail?id=3852
#5
I'm pretty sure that the formula can overflow. Is that the case with
arbitrary precision arithmetic?
C's fmod is much more likely to keep precision than that formula, despite
theoretical equivalence.
For a similar reason, the former of these two is preferred:
/-------------
| / x \ 2
hypot(x, y) = |x| \ | 1 + | --- |
\| \ y /
/---------
| 2 2
hypot(x, y) = \| x + y
--
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.