BreakInfinity.cs
BreakInfinity.cs copied to clipboard
Parsing of different styles of scientific notation
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