static DoubleRange intToDoubleRange(double factor default 1, IntRange r) { ret r == null ? null : doubleRange(r.start*factor, r.end*factor); }
Began life as a copy of #1024549
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024611 |
Snippet name: | intToDoubleRange |
Eternal ID of this version: | #1024611/2 |
Text MD5: | a954ac846909f3d5290656123efd2964 |
Author: | stefan |
Category: | javax / math |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-17 20:21:35 |
Source code size: | 146 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 186 / 217 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |