Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1031233 // minusTara - subtract empty measurement (tara) from weights

JavaX fragment (include) [tags: use-pretranspiled]

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: 72 / 111
Referenced in: [show references]