Libraryless. Click here for Pure Java version (2731L/16K).
1 | static int indexOfMinOrMaxEntryInDoubleArray(bool max, double[] a) {
|
2 | ret max ? indexOfMaxEntryInDoubleArray(a) |
3 | : indexOfMinEntryInDoubleArray(a); |
4 | } |
Began life as a copy of #1030551
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030568 |
| Snippet name: | indexOfMinOrMaxEntryInDoubleArray |
| Eternal ID of this version: | #1030568/1 |
| Text MD5: | 90a51b5f65faea649e008fc044365cea |
| Transpilation MD5: | fb6b4f2ade870201eac0dfa4e2744773 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-01-07 22:32:57 |
| Source code size: | 156 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 426 / 545 |
| Referenced in: | [show references] |