This repository demonstrates a subtle precision issue that can arise in a JavaScript implementation of Euclid's algorithm for finding the greatest common divisor (GCD). While the algorithm itself is ...