Skip to content

Commit 8a0bea9

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 3472942 commit 8a0bea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

38-
x = uniform( 100, 0, 100.0 );
38+
x = uniform( 100, 0.0, 100.0 );
3939
y = uniform( 100, -50.0, 50.0 );
4040

4141
b.tic();

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

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

47-
x = uniform( 100, 0, 100.0 );
47+
x = uniform( 100, 0.0, 100.0 );
4848
y = uniform( 100, -50.0, 50.0 );
4949

5050
b.tic();

0 commit comments

Comments
 (0)