The only format which is acceptable now is `1e308` The formats that are throwing exceptions: - `1E308` - `1E+308` - `1e+308` - `e308` - `e+308` Related issue: https://github.com/Patashu/break_infinity.js/issues/36
The only format which is acceptable now is
1e308The formats that are throwing exceptions:
1E3081E+3081e+308e308e+308Related issue: Patashu/break_infinity.js#36