Skip to content

Commit cf7eb85

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent b1b3986 commit cf7eb85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/blas/ext/base/dvander/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ int main( void ) {
190190
}
191191
}
192192
for ( i = MIN; i <= MAX; i++ ) {
193-
len = (int)floor( pow( pow( 10, i ), 1.0/2.0 ) );
193+
len = (int)pow( 10, i );
194194
iter = ITERATIONS / pow( 10, i-1 );
195195
for ( j = 0; j < REPEATS; j++ ) {
196196
count += 1;

0 commit comments

Comments
 (0)