kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.expressions
/
DSRing
/
minus
minus
open
operator override
fun
Number
.
minus
(
other
:
DS
<
T
,
A
>
)
:
DS
<
T
,
A
>
(
source
)
Subtraction of number from element.
Receiver
the minuend.
the difference.
Parameters
other
the subtrahend.