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