Libraryless. Click here for Pure Java version (2731L/16K).
static int indexOfMinOrMaxEntryInDoubleArray(bool max, double[] a) { ret max ? indexOfMaxEntryInDoubleArray(a) : indexOfMinEntryInDoubleArray(a); }
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: | 188 / 263 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |