Is IEEE 754-2008 deterministic?
问题 If I start with the same values, and perform the same primitive operations (addition, multiplication, comparision etc.) on double-precision 64-bit IEEE 754-2008 values, will I get the same result, independent of the underlying machine? More concretely: Since ECMAScript 2015 specifies that a number values is primitive value corresponding to a double-precision 64-bit binary format IEEE 754-2008 value can I conclude that the same operations yield the same same result here, independent of the