max

abstract fun max(other: BigInteger): BigInteger

Returns the maximum of this BigInteger and other.

Return

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

Parameters

other

value with which the maximum is to be computed.