kmath
jvm
kmath-core
/
space.kscience.kmath.operations
/
JBigIntegerField
/
minus
minus
jvm
open
operator override
fun
BigInteger
.
minus
(
arg
:
BigInteger
)
:
BigInteger
Content copied to clipboard
Subtraction of two elements.
Receiver
the minuend.
Return
the difference.
Parameters
arg
the subtrahend.
Sources
jvm source
Link copied to clipboard