Skip to content

Commit 5dae202

Browse files
remove unuse variables
1 parent 64067c2 commit 5dae202

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • lib/node_modules/@stdlib/math/base/special/factorialf/test

lib/node_modules/@stdlib/math/base/special/factorialf/test/test.native.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ tape( 'if `x > 34.038...`, the function returns positive infinity', opts, functi
101101

102102
tape( 'the function evaluates the factorial function (positive integers < 35)', opts, function test( t ) {
103103
var expected;
104-
var delta;
105-
var tol;
106104
var x;
107105
var v;
108106
var i;
@@ -131,8 +129,6 @@ tape( 'if provided positive integers greater than `34`, the function returns pos
131129

132130
tape( 'the function evaluates the factorial function (decimal values)', opts, function test( t ) {
133131
var expected;
134-
var delta;
135-
var tol;
136132
var x;
137133
var v;
138134
var i;

0 commit comments

Comments
 (0)