MutableBigInteger.compare

Compare the magnitude of two MutableBigIntegers. Returns -1, 0 or 1 as this MutableBigInteger is numerically less than, equal to, or greater than {@code b}.

class MutableBigInteger
final
int
compare

Meta