Hacker News new | ask | show | jobs
by kenjackson 5518 days ago
When you round you'll always get the exact integer answer, even using the precision of the golden ratio I gave in the code.
1 comments

That’s really not true. You don’t have to take my word for it: try it with fib(1000), say.

The answer should be:

  43466557686937456435688527675040625802564660517371780402481729089536555417949051890403879840079255169295922593080322634775209689623239873322471161642996440906533187938298969649928516003704476137795166849228875
Oh, the old n=1000 trick. Well played.