Skip to content

Commit 4be825f

Browse files
authored
chore: update packagae
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent c3bcf01 commit 4be825f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dgemv/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ int main( void ) {
172172
print_version();
173173
count = 0;
174174
for ( i = MIN; i <= MAX; i++ ) {
175-
len = stdlib_base_floorf( pow( pow( 10, i ), 1.0/2.0 ) );
175+
len = stdlib_base_floor( pow( pow( 10, i ), 1.0/2.0 ) );
176176
iter = ITERATIONS / pow( 10, i-1 );
177177
for ( j = 0; j < REPEATS; j++ ) {
178178
count += 1;

0 commit comments

Comments
 (0)