Back to the Main Page
fibonacci.c
Calculates Fibonacci numbers.
My third real, from scratch c programme.
Combine with
primes and you can get a list of fibonacci that are primes highlighted.
e.g.
fibonnaci 10 | primes (note do not use the verbose output)
Source Code:
Back to the Main Page
Viewed
times.