div

open operator override fun BigLongRational.div(other: Int): BigLongRational(source)
open operator override fun BigLongRational.div(other: UInt): BigLongRational(source)
open operator override fun BigLongRational.div(other: Long): BigLongRational(source)
open operator override fun BigLongRational.div(other: ULong): BigLongRational(source)
open operator override fun Int.div(other: BigLongRational): BigLongRational(source)
open operator override fun UInt.div(other: BigLongRational): BigLongRational(source)
open operator override fun Long.div(other: BigLongRational): BigLongRational(source)
open operator override fun ULong.div(other: BigLongRational): BigLongRational(source)
open operator override fun BigLongRational.div(other: BigLongRational): BigLongRational(source)