Libraryless. Click here for Pure Java version (114L/1K).
static L<Int> intDeltas(L<Int> l) { int n = l(l); new L<Int> deltas; for (int i = 0; i < n-1; i++) deltas.add(l.get(i+1)-l.get(i)); ret deltas; }
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036265 |
Snippet name: | intDeltas |
Eternal ID of this version: | #1036265/1 |
Text MD5: | 9d3284a0958b0e59d41d352860686606 |
Transpilation MD5: | 8287d1b1311e5d0f924284c3fac128b9 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-11-06 15:56:27 |
Source code size: | 163 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 124 / 178 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1036631 - deltas |