Show HN: Fibonacci Forever
by yorwba on 4/12/2025, 8:48:33 PM
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.
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.