Libraryless. Click here for Pure Java version (47L/1K).
1 | static double asPercentIncrease(double ratio) {
|
2 | ret (ratio-1)*100; |
3 | } |
4 | |
5 | // higher value first |
6 | static double asPercentIncrease(double a, double b) {
|
7 | ret asPercentIncrease(doubleRatio(a, b)); |
8 | } |
Began life as a copy of #1035481
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035506 |
| Snippet name: | asPercentIncrease |
| Eternal ID of this version: | #1035506/5 |
| Text MD5: | afc73ae3941e8c82c16dddf302b72ed5 |
| Transpilation MD5: | 42790b6f6da713c8eda09eccda6c028f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-10-23 21:51:25 |
| Source code size: | 200 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 419 / 525 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |