3 points | by evo_9 6 days ago ago
2 comments
Using floating-point math means that it only makes it to 1.31e+308 before overflowing to Infinity. To go higher, arbitrary-precision integers are needed.
[dead]
Using floating-point math means that it only makes it to 1.31e+308 before overflowing to Infinity. To go higher, arbitrary-precision integers are needed.
[dead]