Skip to content

Lanzaa/Fibonacci-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

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

No packages published

Languages