operator - method

Complex operator -(
  1. Complex other
)

Implementation

Complex operator -(Complex other) => this + (other.scale(-1));