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

4
LINES

< > BotCompany Repo | #1033286 // assertDoubleArraysEqual

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

Transpiled version (3957L) is out of date.

svoid assertDoubleArraysEqual(S msg default "", double[] a, double[] b) {
  L l1 = wrapDoubleArrayAsList(a), l2 = wrapDoubleArrayAsList(b);
  assertListsEqual(msg, l1, l2);
}

Author comment

Began life as a copy of #1033010

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033286
Snippet name: assertDoubleArraysEqual
Eternal ID of this version: #1033286/5
Text MD5: a01ebee7aded5de60b1323334630cf4b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-18 09:42:48
Source code size: 177 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 97 / 138
Version history: 4 change(s)
Referenced in: [show references]