| Crates.io | fibo |
| lib.rs | fibo |
| version | 0.0.2 |
| created_at | 2021-06-02 22:33:35.558405+00 |
| updated_at | 2021-06-03 00:51:50.123307+00 |
| description | Compute the N-th Fibonacci number with arbitrary number precision. |
| homepage | |
| repository | https://github.com/visvirial/rust_fibo |
| max_upload_size | |
| id | 405513 |
| size | 13,352 |
Compute the n-th Fibonacci number modulo m with given integers n and m.
$ cargo install fibo
$ fibo 123456789123456789123456789 987654321
F(123456789123456789123456789) = 344648225 mod 987654321 (0ms)