[−][src]Function libslide::math::gcd::binary_gcd
fn binary_gcd<N: Unsigned + PrimInt>(u: N, v: N) -> N
The Binary GCD algorithm, or Stein's algorithm. Implemented ∀ (u, v) ∈ (Z, Z).
fn binary_gcd<N: Unsigned + PrimInt>(u: N, v: N) -> N
The Binary GCD algorithm, or Stein's algorithm. Implemented ∀ (u, v) ∈ (Z, Z).