static int iceil(double d) { ret (int) Math.ceil(d); }