minus

open operator override fun BigInteger.minus(b: BigInteger): BigInteger

Subtraction of two elements.

Return

the difference.

Parameters

<receiver>

the minuend.

b

the subtrahend.

Sources

jvm source
Link copied to clipboard