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

3
LINES

< > BotCompany Repo | #1029059 // exp10 - 10 to the power of x

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

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

static double exp10(double d) {
  ret Math.pow(10, d);
}

Author comment

Began life as a copy of #1029058

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: #1029059
Snippet name: exp10 - 10 to the power of x
Eternal ID of this version: #1029059/4
Text MD5: 2c48d622b8765e3f41961fd9b0d65f47
Transpilation MD5: cb89c651f0c5108dc924c5841cd06860
Author: stefan
Category: javax / math
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-10-31 16:11:13
Source code size: 58 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 131 / 208
Version history: 3 change(s)
Referenced in: [show references]