-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
Add C implementation for @stdlib/math/base/special/ahavercos
#1419
Conversation
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.
👋 Hi there! 👋
And thank you for opening your first pull request! We will review it shortly. 🏃 💨
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.
This is good, address requested changes and this will be good to merge. Thanks @aman-095 !
...ode_modules/@stdlib/math/base/special/ahavercos/include/stdlib/math/base/special/ahavercos.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/ahavercos/lib/native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/ahavercos/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/ahavercos/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/ahavercos/manifest.json
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.
Looks good to me, thanks for your contribution!
Resolves #1418.
Description
This pull request adds native C implementation for
@stdlib/math/base/special/ahavercos
Related Issues
This pull request:
@stdlib/math/base/special/ahavercos
#1418Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers