gcd-bitwise 0.1.9

The binary Euclidean algorithm for computing gcd.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
description = "The binary Euclidean algorithm for computing gcd."
documentation = "https://docs.rs/gcd-bitwise/0.1.7"
edition = "2018"
keywords = ["algorithm", "gcd"]
license = "MIT"
name = "gcd-bitwise"
repository = "https://github.com/Inoshy/rust-book-helper/tree/master/problems/gcd-bitwise"
version = "0.1.9"