Hacker News new | ask | show | jobs
by GFK_of_xmaspast 4253 days ago
"I wouldn't be surprised if those numbers are internally divided by 10^n and stored in doubles anyway"

I would certainly not expect this at all. These are not int64s here, but are instead "big integers" as bunches of languages have, see also GMP.