infDc

There is a bug in my game which i couldn`t find.
Users are complaining of getting infDc
image



image

I ran a bot that played continuously for a couple days to check all possible cases, but it seems I underestimated people’s free time and the stickiness of the game. If you play for weeks every day, it seems like you can break arithmetic and the only option in my mind is to plug in a big number library.

As i understand, people are getting numbers bigger than 1.79 × 10³⁰⁸ ? Can we fix it in some easy way?

2 Likes

For numbers bigger than 2^53, you need to use a bigint library.

2 Likes