div

abstract operator fun div(other: BigInteger): BigInteger

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

Return

this / val

Parameters

other

value by which this BigInteger is to be divided.

Throws

if other is zero.


open operator fun div(other: Int): BigInteger
open operator fun div(other: Long): BigInteger