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

3
LINES

< > BotCompany Repo | #1029058 // log10 - logarithm to base 10

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

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

static double log10(double d) {
  ret Math.log10(d);
}

Author comment

Began life as a copy of #1025243

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029058
Snippet name: log10 - logarithm to base 10
Eternal ID of this version: #1029058/3
Text MD5: 5550786867e86a14fb789e9bddd2f635
Transpilation MD5: 5555e6456fe70ad6a18cba63d9bbb3d9
Author: stefan
Category: javax / math
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-18 18:29:38
Source code size: 56 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 132 / 214
Version history: 2 change(s)
Referenced in: [show references]