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 output is:
{"0":37,"1":42,"length":4,"9223372036854777000":0}
BT_FLAG
However, other engines' output are:
{"0":37,"1":42,"length":4,"9223372036854778000":0}
BT_FLAG
BT group
2018.6.25
The text was updated successfully, but these errors were encountered:
MSLaguana
changed the title
Inconsistent output compared with other JS engines
string representation of floats larger than 2^53 differs from other engines
Jun 25, 2018
Hello,
The following code behaves incorrectly (inconsistent with the standard and other engines).
ch version 1.8.5.0
The output is:
{"0":37,"1":42,"length":4,"9223372036854777000":0}
BT_FLAG
However, other engines' output are:
{"0":37,"1":42,"length":4,"9223372036854778000":0}
BT_FLAG
BT group
2018.6.25
The text was updated successfully, but these errors were encountered: