An open API service indexing awesome lists of open source software.

https://github.com/ransomware3301/fibonacci_generator

C program that generates up to the 92nd Fibonacci number
https://github.com/ransomware3301/fibonacci_generator

c fibonacci-sequence mathematics

Last synced: 3 months ago
JSON representation

C program that generates up to the 92nd Fibonacci number

Awesome Lists containing this project

README

        

# fibonacci_generator
C program that generates up to the 92nd Fibonacci number using long integers, thus integer overflow doesn't occur until the 93rd Fibonacci number