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