Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
@JvmName(name = "divRationalVariable")
operator override fun RationalFunctionType.div(other: Variable): RationalFunctionType
@JvmName(name = "divVariableRational")
operator override fun Variable.div(other: RationalFunctionType): RationalFunctionType
@JvmName(name = "divRationalNumber")
abstract operator fun RationalFunctionType.div(other: Number): RationalFunctionType
@JvmName(name = "divRationalPolynomial")
abstract operator fun RationalFunctionType.div(other: Polynomial): RationalFunctionType
@JvmName(name = "divNumberRational")
abstract operator fun Number.div(other: RationalFunctionType): RationalFunctionType
@JvmName(name = "divPolynomialRational")
abstract operator fun Polynomial.div(other: RationalFunctionType): RationalFunctionType
abstract operator fun Polynomial.div(other: Polynomial): RationalFunctionType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "minusRationalVariable")
operator override fun RationalFunctionType.minus(other: Variable): RationalFunctionType
@JvmName(name = "minusVariableRational")
operator override fun Variable.minus(other: RationalFunctionType): RationalFunctionType
@JvmName(name = "minusRationalNumber")
abstract operator fun RationalFunctionType.minus(other: Number): RationalFunctionType
@JvmName(name = "minusRationalPolynomial")
abstract operator fun RationalFunctionType.minus(other: Polynomial): RationalFunctionType
@JvmName(name = "minusNumberRational")
abstract operator fun Number.minus(other: RationalFunctionType): RationalFunctionType
@JvmName(name = "minusPolynomialRational")
abstract operator fun Polynomial.minus(other: RationalFunctionType): RationalFunctionType
Link copied to clipboard
@JvmName(name = "plusRationalVariable")
operator override fun RationalFunctionType.plus(other: Variable): RationalFunctionType
@JvmName(name = "plusVariableRational")
operator override fun Variable.plus(other: RationalFunctionType): RationalFunctionType
@JvmName(name = "plusRationalNumber")
abstract operator fun RationalFunctionType.plus(other: Number): RationalFunctionType
@JvmName(name = "plusRationalPolynomial")
abstract operator fun RationalFunctionType.plus(other: Polynomial): RationalFunctionType
@JvmName(name = "plusNumberRational")
abstract operator fun Number.plus(other: RationalFunctionType): RationalFunctionType
@JvmName(name = "plusPolynomialRational")
abstract operator fun Polynomial.plus(other: RationalFunctionType): RationalFunctionType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "rationalFunctionValueOfVariable")
override fun rationalFunctionValueOf(variable: Variable): RationalFunctionType
@JvmName(name = "rationalFunctionValueOfNumber")
abstract fun rationalFunctionValueOf(value: Number): RationalFunctionType
@JvmName(name = "rationalFunctionValueOfPolynomial")
abstract fun rationalFunctionValueOf(value: Polynomial): RationalFunctionType
Link copied to clipboard
@JvmName(name = "timesRationalVariable")
operator override fun RationalFunctionType.times(other: Variable): RationalFunctionType
@JvmName(name = "timesVariableRational")
operator override fun Variable.times(other: RationalFunctionType): RationalFunctionType
@JvmName(name = "timesRationalNumber")
abstract operator fun RationalFunctionType.times(other: Number): RationalFunctionType
@JvmName(name = "timesRationalPolynomial")
abstract operator fun RationalFunctionType.times(other: Polynomial): RationalFunctionType
@JvmName(name = "timesNumberRational")
abstract operator fun Number.times(other: RationalFunctionType): RationalFunctionType
@JvmName(name = "timesPolynomialRational")
abstract operator fun Polynomial.times(other: RationalFunctionType): RationalFunctionType
Link copied to clipboard
Link copied to clipboard
abstract override fun valueOf(value: Int): RationalFunctionType
abstract override fun valueOf(value: Long): RationalFunctionType
abstract override fun valueOf(value: UInt): RationalFunctionType
abstract override fun valueOf(value: ULong): RationalFunctionType