Libraryless. Click here for Pure Java version (2753L/16K).
1 | static L<Double> minusTara(double tara, double... values) {
|
2 | ret mapDoubleArrayToList(values, x -> x-tara); |
3 | } |
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: | 324 / 448 |
| Referenced in: | [show references] |