TomasBoboi / fibonacci

high index Fibonacci number generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

high index Fibonacci number generator


Languages

Language:C 100.0%