Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1005956 // iceil - round up to int

JavaX fragment (include)

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

Author comment

Began life as a copy of #1003741

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1005956
Snippet name: iceil - round up to int
Eternal ID of this version: #1005956/1
Text MD5: 5ec18a46396c7dc37b650b09e25bd1a2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-13 13:42:47
Source code size: 58 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 580 / 608
Referenced in: [show references]