fibonacci-numbers

Crates.iofibonacci-numbers
lib.rsfibonacci-numbers
version119.0.0
created_at2023-12-20 20:15:47.815865+00
updated_at2025-09-18 16:19:15.183516+00
descriptionThe 119th Fibonacci number
homepage
repositoryhttps://github.com/tyilo/cargo-fibonacci-numbers
max_upload_size
id1075848
size35,804
Asger Hautop Drewsen (tyilo)

documentation

README

fibonacci-numbers

First install the version of this crate corresponding to the Fibonacci number you want to use:

cargo add fibonacci-numbers@119 --rename fib119

Then you can use the VALUE constant to get its value:

assert_eq!(fib119::VALUE, 3311648143516982017180081);
Commit count: 0

cargo fmt