operator unary- method

Big operator unary-()

Implementation

Big operator -() {
  s = -s;
  return this;
}