59 major breaking releases
59.0.0 | Sep 1, 2024 |
---|---|
58.0.0 | Sep 1, 2024 |
57.0.0 | Sep 1, 2024 |
56.0.0 | Sep 1, 2024 |
0.0.0 | Dec 20, 2023 |
#872 in Algorithms
Used in fibonacci-numbers
5KB
fibonacci-numbers
First install the version of this crate corresponding to the Fibonacci number you want to use:
cargo add fibonacci-numbers@59 --rename fib59
Then you can use the VALUE
constant to get its value:
assert_eq!(fib59::VALUE, 956722026041);
lib.rs
:
fibonacci-numbers
First install the version of this crate corresponding to the Fibonacci number you want to use:
cargo add fibonacci-numbers@59 --rename fib59
Then you can use the VALUE
constant to get its value:
assert_eq!(fib59::VALUE, 956722026041);