Show HN: Fibonacci Forever
fibonacciforever.comI used Anthropic Claude to write the bulk of this as a fun weekend project. Really meant to be used on mobile, but works on desktop as well.
I used Anthropic Claude to write the bulk of this as a fun weekend project. Really meant to be used on mobile, but works on desktop as well.
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.