static double doubleAbsMax(Iterable<Double> l) { ret absDoubleMax(l); } static double doubleAbsMax(double[] l) { ret absDoubleMax(l); } static double doubleAbsMax(double[] l, int from, int to) { ret absDoubleMax(l, from, to); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1031943 |
| Snippet name: | doubleAbsMax - synonym of absDoubleMax |
| Eternal ID of this version: | #1031943/1 |
| Text MD5: | a1d1a21f1380956fe2a9ed29179397bb |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-08-03 17:40:55 |
| Source code size: | 243 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 355 / 392 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |