7778798081828384858687
for (int j = 0; j < 20; j++) { field[i][j] = 0; } } fft.complexForward(field); } void assertAlmostEquals(String text, double x, double y, double limit) { if ((Math.abs(x - y) / Math.abs(x + y) > limit)