Returns the greatest common divisor of this integer and other.
other
int gcd(int other) => NumbersHelper.gcd(this, other);