minus
open operator override fun BigInteger.minus(other: BigInteger): BigInteger
Content copied to clipboard
Subtraction of two elements.
Return
the difference.
Parameters
<receiver>
the minuend.
other
the subtrahend.
Sources
jvm source
Link copied to clipboard