Constructors

Link copied to clipboard

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

Functions

Link copied to clipboard
@JvmName(name = "divRationalVariable")
operator override fun LabeledRationalFunction<Number>.div(other: LabeledVariable): LabeledRationalFunction<Number>
@JvmName(name = "divVariableRational")
operator override fun LabeledVariable.div(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "divNumberRational")
abstract operator fun Number.div(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "divPolynomialRational")
abstract operator fun LabeledPolynomial<Number>.div(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "divRationalNumber")
abstract operator fun LabeledRationalFunction<Number>.div(other: Number): LabeledRationalFunction<Number>
@JvmName(name = "divRationalPolynomial")
abstract operator fun LabeledRationalFunction<Number>.div(other: LabeledPolynomial<Number>): LabeledRationalFunction<Number>
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 LabeledRationalFunction<Number>.minus(other: LabeledVariable): LabeledRationalFunction<Number>
@JvmName(name = "minusVariableRational")
operator override fun LabeledVariable.minus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "minusNumberRational")
abstract operator fun Number.minus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "minusPolynomialRational")
abstract operator fun LabeledPolynomial<Number>.minus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "minusRationalNumber")
abstract operator fun LabeledRationalFunction<Number>.minus(other: Number): LabeledRationalFunction<Number>
@JvmName(name = "minusRationalPolynomial")
abstract operator fun LabeledRationalFunction<Number>.minus(other: LabeledPolynomial<Number>): LabeledRationalFunction<Number>
Link copied to clipboard
@JvmName(name = "plusRationalVariable")
operator override fun LabeledRationalFunction<Number>.plus(other: LabeledVariable): LabeledRationalFunction<Number>
@JvmName(name = "plusVariableRational")
operator override fun LabeledVariable.plus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "plusNumberRational")
abstract operator fun Number.plus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "plusPolynomialRational")
abstract operator fun LabeledPolynomial<Number>.plus(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "plusRationalNumber")
abstract operator fun LabeledRationalFunction<Number>.plus(other: Number): LabeledRationalFunction<Number>
@JvmName(name = "plusRationalPolynomial")
abstract operator fun LabeledRationalFunction<Number>.plus(other: LabeledPolynomial<Number>): LabeledRationalFunction<Number>
Link copied to clipboard
@JvmName(name = "rationalFunctionValueOfVariable")
override fun rationalFunctionValueOf(variable: LabeledVariable): LabeledRationalFunction<Number>
@JvmName(name = "rationalFunctionValueOfNumber")
abstract fun rationalFunctionValueOf(value: Number): LabeledRationalFunction<Number>
@JvmName(name = "rationalFunctionValueOfPolynomial")
abstract fun rationalFunctionValueOf(value: LabeledPolynomial<Number>): LabeledRationalFunction<Number>
Link copied to clipboard
@JvmName(name = "timesRationalVariable")
operator override fun LabeledRationalFunction<Number>.times(other: LabeledVariable): LabeledRationalFunction<Number>
@JvmName(name = "timesVariableRational")
operator override fun LabeledVariable.times(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "timesNumberRational")
abstract operator fun Number.times(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "timesPolynomialRational")
abstract operator fun LabeledPolynomial<Number>.times(other: LabeledRationalFunction<Number>): LabeledRationalFunction<Number>
@JvmName(name = "timesRationalNumber")
abstract operator fun LabeledRationalFunction<Number>.times(other: Number): LabeledRationalFunction<Number>
@JvmName(name = "timesRationalPolynomial")
abstract operator fun LabeledRationalFunction<Number>.times(other: LabeledPolynomial<Number>): LabeledRationalFunction<Number>
Link copied to clipboard
Link copied to clipboard
abstract override fun valueOf(value: Int): LabeledRationalFunction<Number>
abstract override fun valueOf(value: Long): LabeledRationalFunction<Number>
abstract override fun valueOf(value: UInt): LabeledRationalFunction<Number>
abstract override fun valueOf(value: ULong): LabeledRationalFunction<Number>