Tagged Questions
0
votes
2answers
896 views
How can I print a huge number in Lua without using scientific notation?
I'm dealing with timestamps in Lua showing the number of microseconds since the Epoch (e.g. "1247687475123456").
I would really like to be able to print that number in all its terrible glory, but Lua ...