unaryMinus

abstract operator fun unaryMinus(): BigInt

Returns a new BigInt with its sign changed. In the case of 0, it returns itself.