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