A library for calculating fibonacci
A fast Fibonacci number calculator using matrix exponentiation and fast doubling.
Calculates numbers from the Fibonacci sequence
Quickly find nth fibonacci number with modulo. Supports u64 and BigUint.
Fast Fibonacci encoding/decoding
fast high precision fibonacci calculator using rayon and gmp
A generic Fibonacci sequence generator
A small crate to help you interact with second order sequences, such as the Fibonacci sequence, with no_std support
The 186th Fibonacci number
Implementation of fibonacci coding for primitive integer types
A tool to calculate the nth term of the fibonacci sequence. It can calculate terms that are well above 128 bits and will keep track of how long the calculation cost. This tool provides access to a dynamic programming implementation as well as recursive implementation.
A high-performance Fibonacci Heap implementation in Rust with generic type support