fibo 0.0.2

Compute the N-th Fibonacci number with arbitrary number precision.
Documentation
  • Coverage
  • 25%
    5 out of 20 items documented0 out of 18 items with examples
  • Size
  • Source code size: 13.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 439.04 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • visvirial/rust_fibo
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • visvirial

Fibonacci Rust

Compute the n-th Fibonacci number modulo m with given integers n and m.

Install

$ cargo install fibo

Usage

$ fibo 123456789123456789123456789 987654321
F(123456789123456789123456789) = 344648225 mod 987654321 (0ms)