Libraryless. Click here for Pure Java version (2753L/16K).
static L<Double> minusTara(double tara, double... values) { ret mapDoubleArrayToList(values, x -> x-tara); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031233 |
Snippet name: | minusTara - subtract empty measurement (tara) from weights |
Eternal ID of this version: | #1031233/1 |
Text MD5: | f41fea156daa1ccb843a2bbca21ecd97 |
Transpilation MD5: | 390eeaf65c61f32824ecbb0af63360d5 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-05-23 19:53:26 |
Source code size: | 112 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 132 / 203 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1031234 - sumMinusTara - subtract empty measurement (tara) from weights and sum |