feat: add math/base/special/tanhf - #14829
Conversation
Signed-off-by: Aryan Sharma <aryansharma24106@gmail.com>
Coverage Report
The above coverage report was generated for the changes in this PR. |
Signed-off-by: Aryan Sharma <aryansharma24106@gmail.com>
Signed-off-by: Aryan Sharma <aryansharma24106@gmail.com>
Signed-off-by: Aryan Sharma <aryansharma24106@gmail.com>
|
Hey @kgryte! The coverage is at 282/284 statements and 19/20 branches. The only missing coverage is the Also, while referencing |
|
You should not be exporting the native add-on. What |
|
Also, isn't this PR a duplicate of #10498? |
|
For the duplicate problem, #10498 was stalled as it was marked as duplicate as there was originally #10217 addressing this, but that got closed, hence i opened this one. Let me know if I should keep the work continue on this and until then ill start working on the issue of exporting native add-on, and push the fix for that! |
Signed-off-by: Aryan Sharma <aryansharma24106@gmail.com>
Resolves a part of #649 .
Description
This pull request:
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
I consulted an AI assistant to help me research and understand the stdlib native package structure, specifically how to navigate C addons, bindings, and directory requirements by studying existing packages like tanf, sinhf and coshf.
@stdlib-js/reviewers