Skip to content

Commit 9a22b74

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 9069bf0 commit 9a22b74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/erfcinv/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bench( pkg, function benchmark( b ) {
3434
var y;
3535
var i;
3636

37-
x = uniform( 100, -0.0, 2.0 );
37+
x = uniform( 100, 0.0, 2.0 );
3838

3939
b.tic();
4040
for ( i = 0; i < b.iterations; i++ ) {

lib/node_modules/@stdlib/math/base/special/erfcinv/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
4343
var y;
4444
var i;
4545

46-
x = uniform( 100, -0.0, 2.0 );
46+
x = uniform( 100, 0.0, 2.0 );
4747

4848
b.tic();
4949
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)