gcd
compute the greatest common divisor using euclid's algorithm
@fav/math.gcd
Calculates the greatest common divisor of two integers.
divisor
Calculates divisors/factors of natural numbers and gcd/lcm using euclid's algorithm.
array-math
Do math on arrays: find divisors or factors of a number, sum or multiply an array, and much more!