-
-
Notifications
You must be signed in to change notification settings - Fork 815
feat: add C implementation for math/base/special/coth
#1685
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
Conversation
Apologies for rewriting history on #1659. It won't happen again. |
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 @lovelindhoni, please apply requested changes and this PR will be ready to merge.
Signed-off-by: Lovelin <100030865+lovelindhoni@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.
Looks good, just add newline to files requested below. This will be good to merge then.
lib/node_modules/@stdlib/math/base/special/coth/benchmark/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/coth/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/coth/examples/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/coth/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/coth/include/stdlib/math/base/special/coth.h
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.
LGTM. Let's get this in; thanks!
PR-URL: stdlib-js#1685 Closes: stdlib-js#754 --------- Signed-off-by: Lovelin <100030865+lovelindhoni@users.noreply.github.com> Reviewed-by: Pranav Goswami <goswami.4@iitj.ac.in> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
Resolves #754 .
Description
This pull request adds native C implementation for
@stdlib/math/base/special/coth
Related Issues
This pull request:
@stdlib/math/base/special/coth
#754Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers