Complex whose value is
(this + addend).Complex whose value is (this + addend),
with addend interpreted as a real number.Complex whose value is
(this / divisor).Complex whose value is (this / divisor),
with divisor interpreted as a real number.true iff the values are equal as defined by
equals(x, y, 1).true if, both for the real part and for the imaginary
part, there is no double value strictly between the arguments or the
difference between them is within the range of allowed error
(inclusive).true if, both for the real part and for the imaginary
part, there is no double value strictly between the arguments or the
relative difference between them is smaller or equal to the given
tolerance.Complex whose value is this * factor.Complex whose value is this * factor, with factor
interpreted as a integer number.Complex whose value is this * factor, with factor
interpreted as a real number.Complex whose value is (-this).c = cos(x) + i sin (x)toString()
and instantiates the corresponding object.x.x.Complex whose value is
(this - subtrahend).Complex whose value is
(this - subtrahend).Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.