feat: add math/base/special/atanhf#8968
feat: add math/base/special/atanhf#8968nakul-krishnakumar wants to merge 1 commit intostdlib-js:developfrom
math/base/special/atanhf#8968Conversation
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: passed
- task: lint_markdown
status: passed
- task: lint_package_json
status: passed
- task: lint_repl_help
status: passed
- task: lint_javascript_src
status: passed
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: passed
- task: lint_javascript_tests
status: passed
- task: lint_javascript_benchmarks
status: passed
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: passed
- task: lint_c_examples
status: passed
- task: lint_c_benchmarks
status: passed
- task: lint_c_tests_fixtures
status: na
- task: lint_shell
status: na
- task: lint_typescript_declarations
status: passed
- task: lint_typescript_tests
status: passed
- task: lint_license_headers
status: passed
---
|
I was not able to pass all tests, but I could not figure out what part of the implementation was wrong. It would be really helpful if someone could help me fix it. I have attached the failing test cases below ( v - actual, e - expected ): if ( x < HALF ) {
t = f32( x + x );
t = f32( HALF * log1pf( t + f32( t * f32( x / f32( ONE-x ) ) ) ) );Reference Implementation: |
|
@nakul-krishnakumar normally when the test cases fail for smaller margins between the
@anandkaranubc correct me if I am missing something!! |
Okay, I will have a closer look around the above mentioned areas, thank you for the help! ❤️ |

type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes. report:
Resolves a part of #649 .
Description
This pull request:
math/base/special/atanhf.Related Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
None.
@stdlib-js/reviewers