Esempio n. 1
0
 public boolean test(Complex c) {
   return c.magnitudeSquared() <= 4;
 }