min

abstract fun min(other: BigInteger): BigInteger

Returns the minimum of this BigInteger and other.

Return

the BigInteger whose value is the lesser of this BigInteger and other. If they are equal, either may be returned.

Parameters

other

value with which the minimum is to be computed.