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

3
LINES

< > BotCompany Repo | #1036163 // lceil - round up to long

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (33L/1K).

static long lceil(double d) {
  ret (long) Math.ceil(d);
}

Author comment

Began life as a copy of #1005956

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1036163
Snippet name: lceil - round up to long
Eternal ID of this version: #1036163/3
Text MD5: 4b1a55c36be7cc0305050d2bd018d704
Transpilation MD5: 76838952a5308a0e067ddcbd4ad92edd
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-10-03 19:37:16
Source code size: 60 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 68 / 100
Version history: 2 change(s)
Referenced in: [show references]