Skip to content

visvirial/rust_fibo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages