static int iceilRatio(double a, double b) { ret ratioRoundUp(a, b); } static int iceilRatio(int a, int b) { ret ratioRoundUp(a, b); }