Skip to content

Commit 0c6537f

Browse files
authored
Update test.js
Signed-off-by: Gunj Joshi <[email protected]>
1 parent d581b91 commit 0c6537f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/dirichlet-eta/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/dirichlet-eta/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tape( 'the function evaluates the Dirichlet eta function', function test( t ) {
6464
delta = abs( v - expected[i] );
6565

6666
// R: 1.1e5*eps => 2.4424906541753444e-11 => http://finzi.psych.upenn.edu/library/pracma/html/eta.html states that accuracy is 13 digits
67-
// Julia: 68.9*eps => 1.509903313490213e-14
67+
// Julia: 68.0*eps => 1.509903313490213e-14
6868
tol = 68.0 * EPS * abs( expected[i] );
6969
t.ok( delta <= tol, 'within tolerance. s: '+s[i]+'. v: '+v+'. E: '+expected[i]+'. Δ: '+delta+'. tol: '+tol+'.' );
7070
}

0 commit comments

Comments
 (0)