/fibonacci

high index Fibonacci number generator

Primary LanguageC

fibonacci

Generates fibonacci numbers with high digit counts.

Not very time-/memory-efficient.

Outputs the next fibonacci number to the file "fibo.txt".

The file currently contains the first 22500 Fibonacci numbers.

With enough time, it could compute up to the 310000th Fibonacci number.