Representation of a Complex number - a number which has both a
real and imaginary part.
Implementations of arithmetic operations handle NaN and
infinite values according to the rules for Double
arithmetic, applying definitional formulas and returning NaN or
infinite values in real or imaginary parts as these arise in computation.
See individual method javadocs for details.
equals(Object) identifies all values with NaN in either real
or imaginary part - e.g.,
Implementations of arithmetic operations handle
NaNand infinite values according to the rules for Double arithmetic, applying definitional formulas and returningNaNor infinite values in real or imaginary parts as these arise in computation. See individual method javadocs for details.equals(Object) identifies all values with
NaNin either real or imaginary part - e.g.,