You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/float64/base/assert/is-almost-equal-value/test/test.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ tape( 'the function returns `false` if provided two complex double-precision flo
109
109
t.end();
110
110
});
111
111
112
-
tape('the function returns `true` if signed zeros are provided as real or imaginary parts irrespective of the specified number of ULPs',functiontest(t){
112
+
tape('the function returns `true` if signed zeros are provided as real or imaginary components irrespective of the specified number of ULPs',functiontest(t){
0 commit comments