The fibonacci package
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 http://en.wikipedia.org/wiki/Fibonacci_number#Matrix_form for a description of the employed method.
Properties
| Versions | 0.1.0.0, 0.2.0.1 |
|---|---|
| Dependencies | base (4.*) |
| License | BSD3 |
| Author | Sebastian Fischer |
| Maintainer | Sebastian Fischer |
| Stability | experimental |
| Category | Algorithms, Numerical |
| Home page | http://github.com/sebfisch/fibonacci |
| Bug tracker | http://github.com/sebfisch/fibonacci/issues |
| Source repository | git clone git://github.com/sebfisch/fibonacci.git |
| Upload date | Sat Dec 18 04:54:15 UTC 2010 |
| Uploaded by | SebastianFischer |
| Built on | ghc-7.0 |
Modules
- Data
- Numbers
Downloads
- fibonacci-0.2.0.1.tar.gz (Cabal source package)
- package description (included in the package)