div

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