operator unary- abstract method
Return the negative value of this integer.
The result of negating an integer always has the opposite sign, except for zero, which is its own negation.
Implementation
BigInt operator -();
Return the negative value of this integer.
The result of negating an integer always has the opposite sign, except for zero, which is its own negation.
BigInt operator -();