Jeff Walden (2013-07-09T20:14:16.000Z)
domenic at domenicdenicola.com (2013-07-12T04:12:52.932Z)
On 05/07/2012 01:31 PM, Allen Wirfs-Brock wrote: > added Number.EPSILON,MAX_INTEGER,parseInt, parseFloat,isNaN,isFinite, isInteger, toInt Modulo the semantic quirks in my last response, talking about the values and intended meanings of EPSILON and MAX_INTEGER, I think it would be better to write out these values not in decimal form in the spec: that is, as `2**53` or `2**-52` or `2**53 - 1` or similar. Just a stylistic nit.