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

11
LINES

< > BotCompany Repo | #1006457 // pow - Math.pow + JavaX-ification

JavaX fragment (include)

static double pow(double a, double b) {
  ret Math.pow(a, b);
}

static float pow(float a, float b) {
  ret (float) Math.pow(a, b);
}

static BigInt pow(BigInt a, int b) {
  ret a.pow(b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1006457
Snippet name: pow - Math.pow + JavaX-ification
Eternal ID of this version: #1006457/4
Text MD5: c1e5bebcc8cbfdf14dd5c9243152607f
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-23 22:51:33
Source code size: 199 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 472 / 592
Version history: 3 change(s)
Referenced in: [show references]