diff --git a/lib/node_modules/@stdlib/math/base/special/erfcx/benchmark/c/native/benchmark.c b/lib/node_modules/@stdlib/math/base/special/erfcx/benchmark/c/native/benchmark.c index 57970e94e397..8de960a0bc00 100644 --- a/lib/node_modules/@stdlib/math/base/special/erfcx/benchmark/c/native/benchmark.c +++ b/lib/node_modules/@stdlib/math/base/special/erfcx/benchmark/c/native/benchmark.c @@ -97,7 +97,7 @@ static double benchmark( void ) { int i; for ( i = 0; i < 100; i++ ) { - x[ i ] = ( 1000.0f * rand_double() ) - 500.0f; + x[ i ] = ( 1000.0 * rand_double() ) - 500.0; } t = tic();