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 c9fce47 commit fe2d808Copy full SHA for fe2d808
lib/node_modules/@stdlib/stats/base/dists/levy/pdf/benchmark/c/benchmark.c
@@ -104,7 +104,7 @@ static double benchmark( void ) {
104
for ( i = 0; i < 100; i++ ) {
105
mu[ i ] = random_uniform( -10.0, 10.0 );
106
x[ i ] = random_uniform( mu[ i ], mu[ i ] + 40.0 );
107
- c[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 5.0 + STDLIB_CONSTANT_FLOAT64_EPS );
+ c[ i ] = random_uniform( STDLIB_CONSTANT_FLOAT64_EPS, 5.0 );
108
}
109
110
t = tic();
0 commit comments