minus

open operator override fun BigInteger.minus(arg: BigInteger): BigInteger(source)

Subtraction of two elements.

Receiver

the minuend.

Return

the difference.

Parameters

arg

the subtrahend.