| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 18 Jan 2026 07:25:02 GMT
X-Served-By: cache-dfw-kdal2120050-DFW, cache-bom-vanm7210047-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768721101.240612,VS0,VE869
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
fibonacci: Fast computation of Fibonacci numbers.
[Skip to Readme]
fibonacci: Fast computation of Fibonacci numbers.
Fast computation of Fibonacci numbers. Use version 0.1.* if you
prefer the Fibonacci sequence to start with one instead of
zero. Version 0.2.* adds correct handling of negative arguments
and changes the implementation to satisfy fib 0 = 0.
See https://en.wikipedia.org/wiki/Fibonacci_number#Matrix_form for
a description of the employed method.
[Skip to Readme]
Downloads
- fibonacci-0.2.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0.1 |
|---|---|
| Dependencies | base (>=4 && <5) [details] |
| License | BSD-3-Clause |
| Author | Sebastian Fischer |
| Maintainer | Sebastian Fischer |
| Uploaded | by SebastianFischer at 2010-12-18T04:54:15Z |
| Category | Algorithms, Numerical |
| Home page | https://github.com/sebfisch/fibonacci |
| Bug tracker | https://github.com/sebfisch/fibonacci/issues |
| Source repo | head: git clone git://github.com/sebfisch/fibonacci.git |
| Distributions | NixOS:0.2.0.1 |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 2905 total (4 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs uploaded by user Build status unknown [no reports yet] |
Readme for fibonacci-0.2.0.1
[back to package description]Fast computation of Fibonacci numbers by matrix exponentiation.
Wikipedia knows how it works.