stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

refactor: update `math/base/special/log10` to follow FreeBSD version `12.2.0`

Open gunjjoshi opened this issue 1 year ago • 0 comments

Description

What is the purpose of this pull request?

This pull request:

  • updates existing JavaScript implementation to follow FreeBSD version 12.2.0.
  • adds a corresponding test.

Related Issues

None.

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

  • Code coverage report:
Screenshot 2024-04-28 at 09 29 44
  • FreeBSD log10 12.2.0: https://svnweb.freebsd.org/base/release/12.2.0/lib/msun/src/e_log10.c?revision=367086&view=markup

  • This might be useful to review this PR: https://github.com/stdlib-js/stdlib/pull/2172

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

gunjjoshi avatar Apr 28 '24 04:04 gunjjoshi