operator unary- method

Complex operator unary-()

Unary negation

Implementation

Complex operator -() => Complex(-real, -imaginary);