We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167fc92 commit 8446c6aCopy full SHA for 8446c6a
1 file changed
lib/node_modules/@stdlib/math/base/special/kernel-betainc/benchmark/c/native/benchmark.c
@@ -106,8 +106,8 @@ static double benchmark( void ) {
106
107
for ( i = 0; i < 100; i++ ) {
108
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 );
+ a[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 100.0 );
+ b[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 100.0 );
111
}
112
113
t = tic();
0 commit comments