On Tue, Aug 3, 2010 at 6:06 PM, Ian Hickson <[email protected]> wrote: > If it was up to me we'd just have all the numeric types be infinite > precision in the spec and have the UAs compete on how good a tradeoff they > can offer between precision and performance. :-)
That sounds like an interoperability nightmare. You'd get all sorts of edge cases where x/y == z tests true or false depending on how much precision the implementation uses. / Jonas
