min
Returns the minimum of this BigInteger and val.
Return
the BigInteger whose value is the lesser of this BigInteger and val. If they are equal, either may be returned.
Parameters
val
value with which the minimum is to be computed.
Returns the minimum of this BigInteger and val.
the BigInteger whose value is the lesser of this BigInteger and val. If they are equal, either may be returned.
value with which the minimum is to be computed.