BigInteger.min

Returns the minimum of this BigInteger and {@code val}.

@param val value with which the minimum is to be computed. @return the BigInteger whose value is the lesser of this BigInteger and {@code val}. If they are equal, either may be returned.

class BigInteger
min

Meta