6 Years Ago
Fix string.Comma with large numbers (#1440) * Fix string.Comma with large numbers ``` print(string.Comma( 2^53 )) ``` will print `9,007,199,254,740,992` instead of `9.007199254741e+15`