kmath-core
0.3.1
common
kmath-core
/
space.kscience.kmath.operations
/
GroupOps
/
minus
minus
open
operator
fun
T
.
minus
(
arg
:
T
)
:
T
Subtraction of two elements.
Receiver
the minuend.
Return
the difference.
Parameters
arg
the subtrahend.