Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fschuindt/cfib
A C program to calculate a given Fibonacci term position.
https://github.com/fschuindt/cfib
Last synced: 3 days ago
JSON representation
A C program to calculate a given Fibonacci term position.
- Host: GitHub
- URL: https://github.com/fschuindt/cfib
- Owner: fschuindt
- Created: 2018-03-08T00:59:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T02:21:43.000Z (almost 7 years ago)
- Last Synced: 2024-12-03T04:33:32.071Z (about 2 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CFib v0.1.0
*It's a C Fibonacci **CALCULATOR**. Note it don't iterate over the sequence. Results are aproximations.*To be used in further computation research and benchmark.
See: https://github.com/fschuindt/archimedes
## Usage
### Compiling
```
$ gcc fib.c -o cfib
```### Running
```
$ cfib 8
21.000000000000005
```A `--help` option is also available.