kmath-core
/
space.kscience.kmath.operations
/
minus
common
minus
operator fun <
T
:
AlgebraElement
<
T
,
S
>,
S
:
NumbersAddOperations
<
T
>>
T
.
minus
(b:
T
):
T
Content copied to clipboard
Subtracts element from this one.
Return
the difference.
Parameters
b
the subtrahend.