times

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