Exemple #1
0
 public void testAtanNaN() {
   assertTrue(Complex.NaN.atan().isNaN());
   assertTrue(Complex.I.atan().isNaN());
 }