opposite property

Complex get opposite

Returns the opposite complex number (-re - im*i).

Implementation

Complex get opposite => Complex(-re, -im);