compute-gcd
Computes the greatest common divisor (gcd).
Computes the greatest common divisor (gcd).
greater common divisor (gcd) of two BigInt values using Lehmer's GCD algorithm
Calculates divisors/factors of natural numbers and gcd/lcm using euclid's algorithm.
glsl implementation of the Euclid's algorithm for the calculation of the greatest common divisor.
Tugas Digistar Day 1
A utility package for converting decimal numbers to fractions, simplifying fractions, validating fraction strings, and converting improper fractions to mixed numbers.
Compute the greatest common divisor (gcd).