static int iceilRatio(double a, double b) { ret ratioRoundUp(a, b); } static int iceilRatio(int a, int b) { ret ratioRoundUp(a, b); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034581 |
| Snippet name: | iceilRatio - synonym of ratioRoundUp |
| Eternal ID of this version: | #1034581/1 |
| Text MD5: | 2a53b2026f06f22fab7ed4584e5a256d |
| Author: | someone |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-02-19 05:32:18 |
| Source code size: | 142 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 369 / 406 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |