Kone
0.0.0-dev-1
common
kone.polynomial
/
com.lounres.kone.polynomial
/
PolynomialSpace
/
minus
minus
@
JvmName
(
name
=
"minusConstantInt"
)
abstract
operator
fun
C
.
minus
(
other
:
Int
)
:
C
@
JvmName
(
name
=
"minusConstantLong"
)
abstract
operator
fun
C
.
minus
(
other
:
Long
)
:
C
@
JvmName
(
name
=
"minusIntConstant"
)
abstract
operator
fun
Int
.
minus
(
other
:
C
)
:
C
@
JvmName
(
name
=
"minusLongConstant"
)
abstract
operator
fun
Long
.
minus
(
other
:
C
)
:
C
abstract
operator override
fun
P
.
minus
(
other
:
Int
)
:
P
abstract
operator override
fun
P
.
minus
(
other
:
Long
)
:
P
abstract
operator override
fun
Int
.
minus
(
other
:
P
)
:
P
abstract
operator override
fun
Long
.
minus
(
other
:
P
)
:
P
@
JvmName
(
name
=
"minusConstantConstant"
)
abstract
operator
fun
C
.
minus
(
other
:
C
)
:
C
abstract
operator
fun
C
.
minus
(
other
:
P
)
:
P
abstract
operator
fun
P
.
minus
(
other
:
C
)
:
P
abstract
operator override
fun
P
.
minus
(
other
:
P
)
:
P