div

abstract operator fun div(other: BigInt): BigInt

Returns a new BigInt this this / other


open operator fun div(other: Int): BigInt

Returns this / other