MCPcopy Create free account
hub / github.com/EbTech/rust-algorithms / fast_gcd

Function fast_gcd

src/math/num.rs:8–14  ·  view source on GitHub ↗

Fast iterative version of Euclid's GCD algorithm

(mut a: i64, mut b: i64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

pollard_rhoFunction · 0.85
newMethod · 0.85

Calls 1

absMethod · 0.80

Tested by

no test coverage detected