Thanks to visit codestin.com Credit goes to codeql.github.com
codeql/java-all
9.0.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Returns the greatest common divisor of the receiver and the argument, or zero if both receiver and argument are zero, or INT_MIN if the greatest common divisor is INT_MAX+1
int gcd(int other)