MutableBigInteger.binaryGcd

Calculate GCD of a and b interpreted as unsigned integers.

class MutableBigInteger
static
int
binaryGcd
(
int a
,
int b
)

Meta