1 | static double pow(double a, double b) { |
2 | ret Math.pow(a, b); |
3 | } |
4 | |
5 | static float pow(float a, float b) { |
6 | ret (float) Math.pow(a, b); |
7 | } |
8 | |
9 | static BigInt pow(BigInt a, int b) { |
10 | ret a.pow(b); |
11 | } |
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: | 529 / 652 |
Version history: | 3 change(s) |
Referenced in: | [show references] |