Skip to content

Commit 64067c2

Browse files
chores
1 parent d62ea4d commit 64067c2

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.js

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

9191
tape( 'the function evaluates the factorial function (positive integers < 35)', function test( t ) {
9292
var expected;
93-
var delta;
94-
var tol;
9593
var x;
9694
var v;
9795
var i;
@@ -120,8 +118,6 @@ tape( 'if provided positive integers greater than `34`, the function returns pos
120118

121119
tape( 'the function evaluates the factorial function (decimal values)', function test( t ) {
122120
var expected;
123-
var delta;
124-
var tol;
125121
var x;
126122
var v;
127123
var i;

0 commit comments

Comments
 (0)