-
-
Notifications
You must be signed in to change notification settings - Fork 804
Add C implementation for @stdlib/math/base/special/acovercos
#1446
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
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. 🏃 💨
lib/node_modules/@stdlib/math/base/special/acovercos/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acovercos/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acovercos/lib/native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acovercos/lib/native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acovercos/lib/native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acovercos/manifest.json
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.
@adarshpalaskar1 Thanks for working on this. The main outstanding thing which needs to be finished based on my initial review are the examples in the /lib/native.js
file.
@Pranavchiku Given that you worked previously on similar packages, does this PR satisfy the necessary changes?
I'll check those once he applies code review and revert back. |
44751e4
to
fd1021e
Compare
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 @adarshpalaskar1 !
Signed-off-by: Pranav <[email protected]>
PR-URL: stdlib-js#1446 Closes: stdlib-js#775 --------- Signed-off-by: Pranav <[email protected]> Co-authored-by: Pranav <[email protected]> Reviewed-by: Pranav <[email protected]>
Resolves #775.
Description
Related Issues
This pull request:
@stdlib/math/base/special/acovercos
#775Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers