Skip to content

Outdated FIXME comment in log10 matrix benchmark #9216

@manit2004

Description

@manit2004

Location: docs/migration-guides/mathjs/benchmark/benchmark.log10.matrix.2d.size.js

Problem:
The createBenchmark1 function contained a FIXME comment:

// y = log10( x ); FIXME: support once we have `@stdlib/math/special/log10`

However, @stdlib/math/base/special/log10 already exists and is imported at the top of the same file (line 39). The FIXME was outdated - the functionality was available but simply not implemented in this benchmark function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions