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

9
LINES

< > BotCompany Repo | #1016152 // doublePercentRatio

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

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

static double doublePercentRatio(double x, double y) {
  ret doubleRatio(x, y)*100;
}

ifclass Seconds
static double doublePercentRatio(Seconds x, Seconds y) {
  ret doublePercentRatio(x!, y!);
}
endif

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016152
Snippet name: doublePercentRatio
Eternal ID of this version: #1016152/2
Text MD5: f75bdd58d93dd0063e6d1236bd8e13e4
Transpilation MD5: 643b16994d9e1b1959f3db8f4651b65a
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-23 07:16:05
Source code size: 209 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 318 / 375
Version history: 1 change(s)
Referenced in: [show references]