Nothing here but us ferrets!
Problem description:
Forgive me if it is the wrong place to post this, but there's a curious question that I've been wondering about for the longest time.
Are there any future plans to:
Remove the 1GB limit? (Thinking of the future of my project)
Remove the limit on atoms? (Again, thinking of the future)
Remove the need for scientific notation for numbers above 999,999/use 32 bit integers? (Funny story about this one; I was making a platinum/gold/silver/copper currency system with 100 coins equaling 1 of the next tier. Then I tried implementing an Everquest-style currency changing system. Above 200 plat, everything went south and it really got disastrous at higher values! Of course I have another approach that should prevent that, but it's still an interesting question nonetheless)
It'd be interesting to hear your response!
Scientific notation is the default conversion from numbers (with at least 6 digits iirc) to text. Use num2text() to convert without scientific notation.