div

inline operator fun BigInt.div(rhs: Byte): BigInt
inline operator fun BigInt.div(rhs: Short): BigInt
inline operator fun BigInt.div(rhs: Int): BigInt
inline operator fun BigInt.div(rhs: Long): BigInt
inline operator fun BigInt.div(rhs: UByte): BigInt
inline operator fun BigInt.div(rhs: UShort): BigInt
inline operator fun BigInt.div(rhs: UInt): BigInt
inline operator fun BigInt.div(rhs: ULong): BigInt