Fibonacci Like
A small crate to help you interact with second order sequences, such as the Fibonacci sequence, with no_std support.
Features
- Find the position of a given number
- Find the number at a given position
- Custom second order sequences
Installation
[]
= "0.1"
Usage
let nth = 69;
let number = fibonacci.calculate;
println!;
License
One of the following, at your choice:
Made with 💗 by Juliette Cordor