static int iceil_div(int a, int b) { ret idiv_ceil(a, b); } static int iceil_div(long a, long b) { ret idiv_ceil(a, b); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035020 |
| Snippet name: | iceil_div - synonym of idiv_ceil |
| Eternal ID of this version: | #1035020/1 |
| Text MD5: | eb377883ef7ab28900aa7465e61abc8d |
| Author: | someone |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-23 01:27:49 |
| Source code size: | 130 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 375 / 396 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |