visvirial / rust_fibo

Computes Fibonacci numbers using Rust

Home Page:https://crates.io/crates/fibo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Computes Fibonacci numbers using Rust

https://crates.io/crates/fibo


Languages

Language:Rust 100.0%