max

fun max(val: BigInteger): BigInteger

Returns the maximum of this BigInteger and val.

Return

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

Parameters

val

value with which the maximum is to be computed.