times

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