Esempio n. 1
0
 public void testNegateNaN() {
   Complex z = Complex.NaN.negate();
   assertTrue(z.isNaN());
 }