It looks like you're new here. If you want to get involved, click one of these buttons!
totebo
Member
print(99999999999999) -- 99999999999999 print(99999999999999.1) -- 99999999999999 print(9999999999999.9) -- 9999999999999.9 print(100000000000000) -- 1e+14 |
Comments
I also discovered recently that sometimes when doing math you can get the result -0.0 which causes lots of bother. In that case you can check vs the following... 2^-53
You can always process the data like the old days, so if it exceed that 1e+14, simply put big numbers at another variable, and mod it.
Likes: antix
https://deluxepixel.com
Likes: antix, SinisterSoft
Drumroll...
4,503,599,627,370,496
Likes: antix
Likes: totebo