Libraryless. Click here for Pure Java version (2205L/14K).
static int absShortMax_multipleArrays(Iterable<short[]> l) { int x = 0; fOr (short[] a : l) x = max(x, absShortMax(a)); ret x; }
Began life as a copy of #1026897
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027009 |
| Snippet name: | absShortMax_multipleArrays - maximum absolute value of short arrays |
| Eternal ID of this version: | #1027009/1 |
| Text MD5: | 947471b1636f59b0a100c7d38d0dd198 |
| Transpilation MD5: | ee5e02763c4eefa12f50d6403e3b593a |
| Author: | stefan |
| Category: | javax / maths |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-02-06 23:53:14 |
| Source code size: | 138 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 570 / 713 |
| Referenced in: | [show references] |