-
-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add C implementation for math/base/special/fast/atanh
#1909
Conversation
lib/node_modules/@stdlib/math/base/special/fast/atanh/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/atanh/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/atanh/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/atanh/examples/c/example.c
Outdated
Show resolved
Hide resolved
...e_modules/@stdlib/math/base/special/fast/atanh/include/stdlib/math/base/special/fast/atanh.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/atanh/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/atanh/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/atanh/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/fast/atanh/src/main.c
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments.
Please make PR title as "feat: add C implementation for |
Signed-off-by: Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Signed-off-by: Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Signed-off-by: Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Signed-off-by: Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Signed-off-by: Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Signed-off-by: Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Signed-off-by: Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Signed-off-by: Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
@Pranavchiku I have addressed all the issues |
math/base/special/fast/atanh
lib/node_modules/@stdlib/math/base/special/fast/atanh/src/main.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Pranav <85227306+Pranavchiku@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @Rejoan-Sardar !
math/base/special/fast/atanh
math/base/special/fast/atanh
Resolves a part of #1917 .
Description
This pull request:
math/base/special/fast/atanh
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers