static int ratioRoundUp(double a, double b) { ret iceil(ratio(a, b)); } static int ratioRoundUp(int a, int b) { ret (a+b-1)/b; }