May 4 ES6 draft is available
# Jeff Walden (12 years ago)
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.
(resend) PDF and doc drafts are at harmony:specification_drafts
Changes marked as “Rev 7” Changes include: