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

3
LINES

< > BotCompany Repo | #1032637 // exp10_int - 10 to the power of x as an int

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

Libraryless. Click here for Pure Java version (3831L/22K).

static int exp10_int(int d) {
  ret iround(exp10(d));
}

Author comment

Began life as a copy of #1029059

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032637
Snippet name: exp10_int - 10 to the power of x as an int
Eternal ID of this version: #1032637/3
Text MD5: 855fd314a32910b45e768607a77159b9
Transpilation MD5: 7ec77daa6fa9ca961ff655343d778431
Author: stefan
Category: javax / math
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-29 22:51:42
Source code size: 57 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 53 / 84
Version history: 2 change(s)
Referenced in: [show references]