div

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