-
Notifications
You must be signed in to change notification settings - Fork 0
Lanzaa/Fibonacci-Calculator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a small C program to calculate arbitrary Fibonacci numbers. To compile the GNU multiple precision arithmetic library is required. > gcc -std=c99 -lgmp FastFib.c Usage: ./a.out [-h] [-q] i This program calculates arbitrary Fibonacci numbers. -h Prints this message. -q Prevents the conversion from binary to decimal of Fib(i). i i must be an integer, 0 <= i <= 2147483647
About
A small C program to calculate arbitrary fibonacci numbers.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published