opposite property
Complex
get
opposite
Returns the opposite complex number (-re - im*i).
Implementation
Complex get opposite => Complex(-re, -im);
Returns the opposite complex number (-re - im*i).
Complex get opposite => Complex(-re, -im);