div

operator fun div(val: BigInteger): BigInteger

Returns a BigInteger whose value is (this / val).

Return

this / val

Parameters

val

value by which this BigInteger is to be divided.

Throws