//
pkg.gl
Category
github.com/Amr-Shams/aoc2024
util
gmath
package
0.0.0-20240704135747-13decb7f4929
Repository:
https://github.com/amr-shams/aoc2024.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
40 SLOC
#
Functions
GCD
greatest common divisor (GCD) via Euclidean algorithm.
LCM
find Least Common Multiple (LCM) via GCD.
LCMArray
find the LCM for an array of integers .
Max
No description provided by the author
Min
No description provided by the author
#
Interfaces
Number
No description provided by the author