gcd¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/dot/blob/main/js/util/gcd.ts for the most up-to-date information.
Overview¶
Greatest Common Divisor, using https://en.wikipedia.org/wiki/Euclidean_algorithm. See https://en.wikipedia.org/wiki/Greatest_common_divisor
@author Jonathan Olson <jonathan.olson@colorado.edu>