Implementations of arithmetic operations handle NaN
and infinite values according to the rules for {@link java.lang.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.
{@link #equals} identifies all values with NaN
in either realor imaginary part - e.g.,
1 + NaNi == NaN + i == NaN + NaNi.
implements Serializable since 2.0
@version $Revision: 990655 $ $Date: 2010-08-29 23:49:40 +0200 (dim. 29 août 2010) $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|