kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.expressions
/
MstRing
/
minus
minus
open
operator override
fun
MST
.
minus
(
arg
:
MST
)
:
MST.Binary
(
source
)
Subtraction of two elements.
Receiver
the minuend.
Return
the difference.
Parameters
arg
the subtrahend.