Utilities for the Fibonacci Number and Sequence π’
cargo install fibora
use fibora::fibonacci;
for i in 0..10 {
println!("{:#?}", fibonacci(i));
}
You already installed the CLI while installing the library π
fibora 10 # [1.0, 1.0, 2.0, 3.0, 5.0, 8.0, 13.0, 21.0, 34.0, 55.0]
Video Showcase π₯
Open an Issue, I will check it a soon as possible π
If you want to hurry me up a bit send me a tweet π
Consider supporting me on Patreon if you like my work π
Don't forget to start the repo β
We use Semantic Versioning. For the versions available, see the tags π·οΈ
Eliaz Bobadilla - Creator and Maintainer πͺ
See also the full list of contributors who participated in this project β¨
I also made a JavaScript and Go version π
Licensed under the MIT License π