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 53ce62b commit 7f7ce31Copy full SHA for 7f7ce31
1 file changed
docs/migration-guides/mathjs/benchmark/benchmark.log10.matrix.2d.size.js
@@ -79,7 +79,7 @@ function createBenchmark1( shape ) {
79
80
b.tic();
81
for ( i = 0; i < b.iterations; i++ ) {
82
- // y = log10( x ); FIXME: support once we have `@stdlib/math/special/log10`
+ y = x.map( base );
83
if ( typeof y !== 'object' ) {
84
b.fail( 'should return an object' );
85
}
0 commit comments