Skip to content

Commit 8446c6a

Browse files
chore: update macro name
1 parent 167fc92 commit 8446c6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/math/base/special/kernel-betainc/benchmark/c/native

lib/node_modules/@stdlib/math/base/special/kernel-betainc/benchmark/c/native/benchmark.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ static double benchmark( void ) {
106106

107107
for ( i = 0; i < 100; i++ ) {
108108
x[ i ] = random_uniform( 0.0, 1.0 );
109-
a[ i ] = random_uniform( STDLIB_FLOAT64_EPS, 100.0 );
110-
b[ i ] = random_uniform( STDLIB_FLOAT64_EPS, 100.0 );
109+
a[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 100.0 );
110+
b[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 100.0 );
111111
}
112112

113113
t = tic();

0 commit comments

Comments
 (0)