Packages
An efficient Elixir implementation of the binary GCD algorithm (Stein's algorithm) for computing the greatest common divisor (GCD) of two or more non-negative integers using only bitwise operations and subtraction.
Current section
1 Dependency
Jump to
Current section
1 Dependency
Dependencies of binary_gcd
1 dependency| Package | Requirement |
|---|---|
| nstandard |
~> 0.1
|