BigInteger.gcd

BigInteger.gcd

Class Overview | Class Members | This Package | All Packages

Syntax
public BigInteger gcd( BigInteger val )
Description
Returns a BigInteger whose value is the greatest common denominator of abs(this) and abs(val). Returns 0 if this == 0 && val == 0.