hi, i've fixed the bug. thanks for the report!
The numbers are still bugged. After 1*10^24, the game shows 10*10^25 and then 100*10^26. Correctly, it should show either 1*10^25 and 1*10^26 (scientific notation), or 10*10^24 and 100*10^24 (engineering notation). The way the game currently shows number is an incorrect mixture of these two notations.