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/constants/float64/cbrt-eps/test/test.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,6 @@ tape( 'main export is a number', function test( t ) {
36
36
37
37
tape('the exported value equals the cube root of the difference between one and the smallest value greater than one which is representable as a double (2**-52)',functiontest(t){
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/constants/float64/eps/test/test.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,6 @@ tape( 'main export is a number', function test( t ) {
35
35
36
36
tape('the exported value equals the difference between one and the smallest value greater than one which is representable as a double (2**-52)',functiontest(t){
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/constants/float64/fourth-root-eps/test/test.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,6 @@ tape( 'main export is a number', function test( t ) {
36
36
37
37
tape('the exported value equals the fourth root of the difference between one and the smallest value greater than one which is representable as a double (2**-52)',functiontest(t){
0 commit comments