feat: add `math/base/special/acoshf`
Resolves None.
Description
What is the purpose of this pull request?
This pull request:
- added base implementation for
math/base/special/acoshf - added benchmark, example and test.
- added docs and C-implementation.
Related Issues
Does this pull request have any related issues?
This pull request:
- ref #649
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.
No.
Checklist
Please ensure the following tasks are completed before submitting this pull request.
- [x] Read, understood, and followed the contributing guidelines.
@stdlib-js/reviewers
Depend on #5803
:warning: Tracking Issue Closure Warning :warning:
I noticed your PR description contains closing keywords ("Resolves", "Closes", or "Fixes") referencing a "Tracking Issue".
Why this matters: Tracking issues should typically remain open until all related sub-issues are completed. GitHub automatically closes issues with such closing keywords when the PR is merged.
Required action: Use "Progresses:" or "Ref:" instead to reference the tracking issue without automatically closing it.
Thank you for your contribution to the project!
/stdlib merge
/stdlib update-copyright-years
Coverage Report
| Package | Statements | Branches | Functions | Lines |
|---|---|---|---|---|
| math/base/special/acoshf | $\color{red}224/226$ $\color{green}+0.00%$ |
$\color{red}13/14$ $\color{green}+0.00%$ |
$\color{green}2/2$ $\color{green}+0.00%$ |
$\color{red}224/226$ $\color{green}+0.00%$ |
The above coverage report was generated for the changes in this PR.
/stdlib lint-autofix