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