unaryMinus

open operator override fun BigInteger.unaryMinus(): BigInteger

The negation of this element.

Return

the additive inverse of this value.

Sources

jvm source
Link copied to clipboard