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

3
LINES

< > BotCompany Repo | #1032584 // ld_ceil - logarithm in base 2, rounded up

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

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

static double ld_ceil(double d) {
  ret ceil(ld(d));
}

Author comment

Began life as a copy of #1012267

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032584
Snippet name: ld_ceil - logarithm in base 2, rounded up
Eternal ID of this version: #1032584/1
Text MD5: fe80b0043a004a60f3d4d066df19ad44
Transpilation MD5: cb05c070cb84c56788df2168d9cd8e32
Author: stefan
Category: javax / math
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-23 07:09:55
Source code size: 56 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 81 / 118
Referenced in: [show references]