You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The number above has 64 bits. Numbers in CoffeeScript always do."
That is not true. ECMAScript specifies (according to every source i've read) 53 significant bits and nowhere does it ever (in my last reading) specify 64 bit precision.
"The number above has 64 bits. Numbers in CoffeeScript always do."
That is not true. ECMAScript specifies (according to every source i've read) 53 significant bits and nowhere does it ever (in my last reading) specify 64 bit precision.