unaryMinus

open operator override fun BigInt.unaryMinus(): BigInt(source)

The negation of this element.

Receiver

this value.

Return

the additive inverse of this value.


operator fun String.unaryMinus(): BigInt(source)