operator unary- method

Complex operator unary-()

Returns the negated form of this number.

Implementation

Complex operator -() => Complex(-a, -b);