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 b1b3986 commit cf7eb85Copy full SHA for cf7eb85
1 file changed
lib/node_modules/@stdlib/blas/ext/base/dvander/benchmark/c/benchmark.length.c
@@ -190,7 +190,7 @@ int main( void ) {
190
}
191
192
for ( i = MIN; i <= MAX; i++ ) {
193
- len = (int)floor( pow( pow( 10, i ), 1.0/2.0 ) );
+ len = (int)pow( 10, i );
194
iter = ITERATIONS / pow( 10, i-1 );
195
for ( j = 0; j < REPEATS; j++ ) {
196
count += 1;
0 commit comments