div

operator fun Long.div(other: BigInteger): BigInteger
operator fun Int.div(other: BigInteger): BigInteger
operator fun Short.div(other: BigInteger): BigInteger
operator fun Byte.div(other: BigInteger): BigInteger
operator fun ULong.div(other: BigInteger): BigInteger
operator fun UInt.div(other: BigInteger): BigInteger
operator fun UShort.div(other: BigInteger): BigInteger
operator fun UByte.div(other: BigInteger): BigInteger