times

operator override fun RationalFunctionType.times(other: Int): RationalFunctionType(source)
operator override fun Int.times(other: RationalFunctionType): RationalFunctionType(source)
@JvmName(name = "timesNumberRational")
operator override fun Number.times(other: RationalFunctionType): RationalFunctionType(source)(source)
@JvmName(name = "timesPolynomialRational")
operator override fun Polynomial.times(other: RationalFunctionType): RationalFunctionType(source)(source)
@JvmName(name = "timesRationalNumber")
operator override fun RationalFunctionType.times(other: Number): RationalFunctionType(source)(source)
@JvmName(name = "timesRationalPolynomial")
operator override fun RationalFunctionType.times(other: Polynomial): RationalFunctionType(source)(source)